HTTP request based on coroutines.
Request can produce a complete response by calling execute or can produce a flow of events by calling start.
Events representing the state of the HTTP request/response.
Body data to send with request.
Executes the request and returns a complete response.
Starts the HTTP request and returns a Flow of events.
Headers to send with request.
HTTP method for request.
Target URL for request.