An open API service indexing awesome lists of open source software.

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

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)