FetchOptions
Fields of this type
Fields
- redirect_buffer:?[]u8
- `null` means it will be heap-allocated.
- decompress_buffer:?[]u8
- `null` means it will be heap-allocated.
- redirect_behavior:?Request.RedirectBehavior
- = null
- response_writer:?*Writer
- If the server sends a body, it will be written here.
- method:?http.Method
- = null
- payload:?[]const u8
- = null
- raw_uri:bool
- = false
- keep_alive:bool
- = true
- 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
Type definitions in this namespace