@setel/common-http
v0.1.1
Published
HTTP server for common-service
Downloads
2
Readme
Common Http
HTTP Server
- Receives HTTP(s) requests
- Reads stream into body string
- Passes request to handler for execution
- Gets string result and status code from handler
- Sends response to client