@setel/common-http

HTTP server for common-service

Usage no npm install needed!

<script type="module">
  import setelCommonHttp from 'https://cdn.skypack.dev/@setel/common-http';
</script>

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