https://github.com/pylover/nanohttp
A very micro HTTP framework.
https://github.com/pylover/nanohttp
dispatcher http micro-framework python-3 rest
Last synced: 4 months ago
JSON representation
A very micro HTTP framework.
- Host: GitHub
- URL: https://github.com/pylover/nanohttp
- Owner: pylover
- License: other
- Created: 2016-10-30T14:37:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T20:47:49.000Z (over 3 years ago)
- Last Synced: 2024-12-28T11:41:58.227Z (about 1 year ago)
- Topics: dispatcher, http, micro-framework, python-3, rest
- Language: Python
- Homepage: http://nanohttp.org
- Size: 8.89 MB
- Stars: 46
- Watchers: 14
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nanohttp
A very micro HTTP framework. [documentation](https://pylover.github.io/nanohttp)
[](https://pypi.python.org/pypi/nanohttp)
[](https://gitter.im/pylover/nanohttp)
[](https://travis-ci.org/pylover/nanohttp)
[](https://coveralls.io/github/pylover/nanohttp?branch=master)
## Contribution
### Branching
A new branching model is applied to this repository, which consists of a
master branch and release branches.
#### Master branch
The master branch is an integration branch where bug fixes/features are
gathered for compiling and functional testing.
#### Release branch
The release branch is where releases are maintained and hot fixes
(with names like release/v2.x.x) are added. Please ensure that all your
production-related work are tracked with the release branches.
With this new model, we can push out bug fixes more quickly and achieve
simpler maintenance.