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
HTTP server for common-service
<script type="module">
import slatestudioCommonHttp from 'https://cdn.skypack.dev/@slatestudio/common-http';
</script>
HTTP Server