https://github.com/equk/go-rest-api
golang rest api server using net/http
https://github.com/equk/go-rest-api
Last synced: over 1 year ago
JSON representation
golang rest api server using net/http
- Host: GitHub
- URL: https://github.com/equk/go-rest-api
- Owner: equk
- Created: 2019-04-18T10:36:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T14:39:11.000Z (about 7 years ago)
- Last Synced: 2025-01-24T07:11:26.851Z (over 1 year ago)
- Language: Go
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-rest-api
golang rest api server using `net/http` & `chi`
# features
- [x] json response
- [x] SAMEORIGIN policy
- [x] Strict-Transport-Security
## changelog
Thu, 18 Apr 2019 12:15:05 +0100 updated README with features checklist
Thu, 18 Apr 2019 12:06:49 +0100 changed versioning from godep to go modules :gem:
Mon, 3 Sep 2018 20:23:50 +0100 added dep - uploaded current versions from vendor
Fri, 31 Aug 2018 15:11:37 +0100 added security related headers using chi middleware
Fri, 31 Aug 2018 13:34:43 +0100 added Article struct & now returning a generic json response
Fri, 31 Aug 2018 12:46:56 +0100 added chi middleware & added message to show server is listening
Fri, 31 Aug 2018 12:08:00 +0100 basic server using net/http and chi for routing
Fri, 31 Aug 2018 12:07:26 +0100 first commit - added README.md
# contact
Website: https://equk.co.uk
Twitter: [@equilibriumuk](https://twitter.com/equilibriumuk)