Version: 4.1.2
2.3 HTTP Requests
"private/request-structs.ss" provides a number of structures and functions
related to HTTP request data structures.
Represents a header of field to value.
Returns the header with a field equal to id from heads or #f.
Returns the header with a field case-insensitively equal to id from heads or #f.
Represents a binding of id.
Represents a form binding of id to value.
Represents the uploading of the file filename with the id id
and the content content.
Returns the binding with an id equal to id from binds or #f.
An HTTP method request to uri from client-ip
to the server at host-ip:host-port with headers/raw
headers, bindings/raw GET and POST queries and post-data/raw
POST data.