lfe-http / http

General purpose data, functions, and utilties for use by LFE/Erlang HTTP clients, servers, URL-parsers, web frameworks, etc.
Apache License 2.0
1 stars 0 forks source link

Add data abstraction for response #3

Closed oubiwann closed 7 months ago

oubiwann commented 1 year ago

Refer to Erlang's httpd, Cowboy, Elli, etc., and then create a best-effort generalisation.

Update barista to use this.

oubiwann commented 7 months ago

Actually, going to keep it very, very simple: just a map with status, headers, and body.

oubiwann commented 7 months ago

Done.