Expand description
Functions§
- basic_
auth - Fetches the contents of a URL using HTTP Basic authentication and returns them as a
String
. - post
- Sends a POST request to the specified URL and returns the response as a
String
. - query
- Fetches the contents of a URL and returns them as a
String
. - request_
with_ retries - Send a request to the specified URL with retries and a timeout
- text
- Fetches the contents of a URL and returns them as a
String
.