RequestOptions
Fields of this type
Fields
- version:http.Version
- = .@"HTTP/1.1"
- handle_continue:bool
- Automatically ignore 100 Continue responses.
- keep_alive:bool
- If false, close the connection after the one request.
- redirect_behavior:Request.RedirectBehavior
- This field specifies whether to automatically follow redirects, and if
- connection:?*Connection
- Must be an already acquired connection.
- headers:Request.Headers
- Standard headers that have default, but overridable, behavior.
- extra_headers:[]const http.Header
- These headers are kept including when following a redirect to a
- privileged_headers:[]const http.Header
- These headers are stripped when following a redirect to a different