Skip to content

Version 1: A Place to Improve and Build On

Latest
Compare
Choose a tag to compare
@16BitS3G4l 16BitS3G4l released this 12 Nov 14:02
· 84 commits to master since this release

This release offers basic support as a HTTP 1.1 compliant web server, by offering these features:

  • GET requests
  • POST requests
  • Custom response headers
  • 404 Page Handlers
  • Public asset folder (for javascript files, css, html, images, etc) - limited in scope to one folder (all assets are registered under /public, with /public/name as their full paths. To illustrate: rather than using the same file structure as a file found in a subdirectory of the asset folder, like /public/subdirectory/asset, we'd do /public/asset)

And more!