A Serverlessly Protocol resembling HTTP/1.1 (1999) which can serialize raw data buffer coming from TCP socket as per RFC2616 standard.
Name: HTTP/1.1
Protocol Context Listeners:
Raw:
// IncomingMessage: https://nodejs.org/api/http.html#http_class_http_incomingmessage
// ServerResponse: https://nodejs.org/api/http.html#http_class_http_serverresponse
(req: IncomingMessage, res: ServerResponse) => void
Simple:
Under review..
This is a well-defined 🚀 Feature which needs to be implemented
A Serverlessly Protocol resembling
HTTP/1.1(1999) which can serialize raw data buffer coming from TCP socket as per RFC2616 standard.Name:
HTTP/1.1Protocol Context Listeners:
Raw:
Simple:
Under review..
This is a well-defined 🚀 Feature which needs to be implemented