Expand description
Modules
Structs
- HTTP(S) GET response.
Functions
- Returns a TCP connection stream with read/write timeouts set and Nagle’s algorithm disabled with
TCP_NODELAY
. - Looks up hostname and port using DNS and updates the address resolution cache.
- Retrieves the text contents of URL using HTTP GET request.
- Retrieves the binary contents of URL using HTTP GET request.