https://github.com/go-aah/ahttp
HTTP extension library by aah framework
https://github.com/go-aah/ahttp
aah aah-framework golang-library http-library
Last synced: 2 months ago
JSON representation
HTTP extension library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/ahttp
- Owner: go-aah
- License: mit
- Created: 2017-03-06T05:29:10.000Z (over 8 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T05:58:14.000Z (over 6 years ago)
- Last Synced: 2025-03-10T22:27:50.980Z (3 months ago)
- Topics: aah, aah-framework, golang-library, http-library
- Language: Go
- Homepage: https://aahframework.org
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
HTTP extension library by aah framework
HTTP extension Library is used to handle/process Request and Response (headers, body, gzip, etc).
### News
* `v0.11.3` [released](https://github.com/go-aah/ahttp/releases/latest) and tagged on Aug 15, 2018.
## Installation
```bash
go get -u aahframework.org/ahttp.v0
```Visit official website https://aahframework.org to learn more about `aah` framework.