Module request

Source
Expand description

creating and sending HTTP requests

Structs§

Authentication
Authentication details:
Request
Allows for making HTTP requests based on specified parameters.
RequestMessage
Raw HTTP request message that can be sent to any stream

Enums§

HttpVersion
HTTP versions
Method
HTTP request methods
RedirectPolicy
Allows to control redirects

Functions§

get
Creates and sends GET request. Returns response for this request.
head
Creates and sends HEAD request. Returns response for this request.
post
Creates and sends POST request. Returns response for this request.