Fredrik Thulin <ft@REDACTED> wrote:
...
> The first one was my records request and response,
>
> #request{method, uri, header, body} and
> #response{method, uri, header, body}
duh, the #response record is
#response{status, reason, header, body}
/Fredrik