ostinelli / misultin

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw responses support (feature request)

si14 opened this issue · comments

It would be awesome to have an ability to respond with a raw binary without any headers added by misultin.

have you tried raw_headers_respond/1,2,3,4 to see if this works for you?