Fork me on GitHub
#pedestal
<
2020-01-14
>
souenzzo17:01:08

How do I get "raw bytes" from HTTP request?

orestis20:01:37

The body should be an input stream by default - do you need lower level than the body? Headers etc?

souenzzo12:01:33

Yeah. "full raw" request, with request line, headers...

orestis12:01:12

Don’t know anything from the top of my head. Probably need to go to a lower level. Curious to hear the use case.

bartuka22:01:02

hi ppl, is it possible to integrate pedestal with swagger?