Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T16:11:44.000Z (10 months ago)
- Last Synced: 2024-06-21T19:06:05.618Z (5 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
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/dmitrymomot/httprouter)](https://github.com/dmitrymomot/httprouter)
[![Go Reference](https://pkg.go.dev/badge/github.com/dmitrymomot/httprouter.svg)](https://pkg.go.dev/github.com/dmitrymomot/httprouter)
[![License](https://img.shields.io/github/license/dmitrymomot/httprouter)](https://github.com/dmitrymomot/httprouter/blob/main/LICENSE)[![Tests](https://github.com/dmitrymomot/httprouter/actions/workflows/tests.yml/badge.svg)](https://github.com/dmitrymomot/httprouter/actions/workflows/tests.yml)
[![CodeQL Analysis](https://github.com/dmitrymomot/httprouter/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dmitrymomot/httprouter/actions/workflows/codeql-analysis.yml)
[![GolangCI Lint](https://github.com/dmitrymomot/httprouter/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/dmitrymomot/httprouter/actions/workflows/golangci-lint.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/dmitrymomot/httprouter)](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.