micro-http
micro-http copied to clipboard
Consider making ReqBody::create_req_body public
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.