https://github.com/lucasmenendez/shgf
Simple HTTP golang framework
https://github.com/lucasmenendez/shgf
api go golang http http2 https router ssl tls
Last synced: about 1 year ago
JSON representation
Simple HTTP golang framework
- Host: GitHub
- URL: https://github.com/lucasmenendez/shgf
- Owner: lucasmenendez
- License: mit
- Created: 2016-02-29T00:12:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T11:02:18.000Z (about 7 years ago)
- Last Synced: 2024-10-23T20:11:24.094Z (over 1 year ago)
- Topics: api, go, golang, http, http2, https, router, ssl, tls
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://godoc.org/github.com/lucasmenendez/shgf)
[](https://travis-ci.org/lucasmenendez/shgf)
[](https://goreportcard.com/report/github.com/lucasmenendez/shgf)
[](https://codebeat.co/projects/github-com-lucasmenendez-shgf-master)
# SHGF: Simple HTTP golang framework
**S**imple **H**TTP **G**olang **F**ramework. Provides simple API to create an HTTP server and routes with dynamic paths, registered by HTTP method.
## Main features
* Handle URL by path and method
* Register dynamic paths with typed params
* Parse forms easily
* TLS & HTTP/2
* Static files and folders
## Reference
Read all the reference documents into [GoDoc](https://godoc.org/github.com/lucasmenendez/shgf) article.
## Documentation
All docs are in our [Wiki](https://github.com/lucasmenendez/shgf/wiki);