Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T11:02:18.000Z (over 5 years ago)
- Last Synced: 2024-10-23T20:11:24.094Z (22 days 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
[![GoDoc](https://godoc.org/github.com/lucasmenendez/shgf?status.svg)](https://godoc.org/github.com/lucasmenendez/shgf)
[![Build Status](https://travis-ci.org/lucasmenendez/shgf.svg?branch=master)](https://travis-ci.org/lucasmenendez/shgf)
[![Report](https://goreportcard.com/badge/github.com/lucasmenendez/shgf)](https://goreportcard.com/report/github.com/lucasmenendez/shgf)
[![codebeat badge](https://codebeat.co/badges/2cf14aa6-9240-447e-ac7e-0c620fc6cf99)](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);