micro-http icon indicating copy to clipboard operation
micro-http copied to clipboard

Consider making ReqBody::create_req_body public

Open joonazan opened this issue 6 months ago • 0 comments

I'd really like to call this method because I need to parse a request but then depending on what it is use the raw TCP socket to reply. For now I have to copy the definition of ReqBody to be able to use the method.

joonazan avatar Sep 04 '25 15:09 joonazan