https://github.com/gustavosbarreto/go-stupid-simple-httpserver
Don't waste your time writing HTTP server code for routing requests. Focus on the handlers.
https://github.com/gustavosbarreto/go-stupid-simple-httpserver
kiss serverless
Last synced: about 1 year ago
JSON representation
Don't waste your time writing HTTP server code for routing requests. Focus on the handlers.
- Host: GitHub
- URL: https://github.com/gustavosbarreto/go-stupid-simple-httpserver
- Owner: gustavosbarreto
- License: mit
- Created: 2017-07-20T00:54:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T21:17:12.000Z (over 8 years ago)
- Last Synced: 2025-02-08T22:12:06.508Z (about 1 year ago)
- Topics: kiss, serverless
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# A Stupid Simple Serverless implementation
Don't waste your time writing HTTP server code for routing requests.
Focus on the handlers.
## Features
* GET, POST, PUT and DELETE HTTP methods.
* Serve static files from directory.
* File uploading support.