AlexanderMac / http-z

Parse/build HTTP message to/from model
MIT License
18 stars 6 forks source link

support node http structure ? #61

Closed mankeheaven closed 2 years ago

mankeheaven commented 2 years ago

http-z struct => nodejs http struct

AlexanderMac commented 2 years ago

The goal of http-z library is to convert a plain HTTP request to an object model and wise versa. Converting to Node.js HTTP model is a different task.