B00_http.HttpSourceHTTP methods, requests and responses.
The type for HTTP methods.
The type for HTTP headers. List of header names (without the :) tupled with their value.
The type for HTTP requests.
req uri m ~headers ~body is a request on uri with method m, headers headers (defaults to []) and body body (defaults to "").
The type for HTTP responses.
resp status ~headers ~body is a response with status status, headers headers (defaults to []) and body body (defaults to "")