https://github.com/dmitrymomot/httprouter
A go-chi/chi router wrapper offering pre configured setups and helpers for enhanced development flow speed
https://github.com/dmitrymomot/httprouter
go go-chi golang http-response http-router
Last synced: 3 months ago
JSON representation
A go-chi/chi router wrapper offering pre configured setups and helpers for enhanced development flow speed
- Host: GitHub
- URL: https://github.com/dmitrymomot/httprouter
- Owner: dmitrymomot
- License: mit
- Created: 2024-01-19T08:33:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T16:11:44.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:29:59.030Z (4 months ago)
- Topics: go, go-chi, golang, http-response, http-router
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# httprouter
[](https://github.com/dmitrymomot/httprouter)
[](https://pkg.go.dev/github.com/dmitrymomot/httprouter)
[](https://github.com/dmitrymomot/httprouter/blob/main/LICENSE)[](https://github.com/dmitrymomot/httprouter/actions/workflows/tests.yml)
[](https://github.com/dmitrymomot/httprouter/actions/workflows/codeql-analysis.yml)
[](https://github.com/dmitrymomot/httprouter/actions/workflows/golangci-lint.yml)
[](https://goreportcard.com/report/github.com/dmitrymomot/httprouter)The `httprouter` package is a go-chi/chi router wrapper offering pre configured setups and helpers for enhanced development flow speed.
## Features
TODO: Add features
## Installation
To install the `httprouter` package, use the following command:
```bash
go get github.com/dmitrymomot/httprouter
```## Usage
TODO: Add usage examples
## Contributing
Contributions to the `httprouter` package are welcome! Here are some ways you can contribute:
- Reporting bugs
- Additional tests cases
- Suggesting enhancements
- Submitting pull requests
- Sharing the love by telling others about this project## License
This project is licensed under the [MIT](LICENSE) - see the `LICENSE` file for details.