The mode of transport for requests.
content_length: u64
chunked: void
none: void
pub const RequestTransfer = union(enum) { content_length: u64, chunked: void, none: void, }
Press escape to exit search and then '?' to see more options.