https://github.com/eraclitux/middle
Package for building http services
https://github.com/eraclitux/middle
golang-package http microservices
Last synced: 4 months ago
JSON representation
Package for building http services
- Host: GitHub
- URL: https://github.com/eraclitux/middle
- Owner: eraclitux
- License: mit
- Created: 2015-06-24T16:40:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T20:34:00.000Z (about 8 years ago)
- Last Synced: 2025-01-21T04:42:48.036Z (about 1 year ago)
- Topics: golang-package, http, microservices
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=====
middle
=====
|image0|_ |image1|_ |image2|_
.. |image0| image:: https://godoc.org/github.com/eraclitux/middle?status.svg
.. _image0: https://godoc.org/github.com/eraclitux/middle
.. |image1| image:: https://travis-ci.org/eraclitux/middle.svg?branch=master
.. _image1: https://travis-ci.org/eraclitux/middle
.. |image2| image:: https://goreportcard.com/badge/github.com/eraclitux/middle
.. _image2: https://goreportcard.com/report/github.com/eraclitux/middle
.. contents::
Intro
=====
A go package useful when building http services.
Usage and examples
==================
See `godocs `_ for examples and documentation.
Warning
=======
The APIs are unstable and can quickly change.