0 | ||| Define request types and functions
9 | ||| RequestBody is the type of request body
10 | ||| It is a stream of bytes
15 | ||| HTTP request record type
16 | ||| Contains all relevant information for an HTTP request
20 | ||| HTTP request method (GET, POST, etc.)
22 | ||| Request URI path
24 | ||| Query parameter map
26 | ||| HTTP version
28 | ||| HTTP header fields map
30 | ||| Request body length
32 | ||| Request body content type
34 | ||| Request body byte stream