Skip to content

protocol: http #26

@SachinShekhar

Description

@SachinShekhar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA well-defined feature which needs to be implementedpriority: high

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions