An open API service indexing awesome lists of open source software.

https://github.com/gaurishhs/gor

HTTP routing utilities for Go 1.22+
https://github.com/gaurishhs/gor

go golang http router

Last synced: 8 months ago
JSON representation

HTTP routing utilities for Go 1.22+

Awesome Lists containing this project

README

          

# Gor

[![Go Reference](https://pkg.go.dev/badge/github.com/gaurishhs/gor.svg)](https://pkg.go.dev/github.com/gaurishhs/gor)
[![Go Report Card](https://goreportcard.com/badge/github.com/gaurishhs/gor)](https://goreportcard.com/report/github.com/gaurishhs/gor)
[![License](https://img.shields.io/github/license/gaurishhs/gor)](https://github.com/gaurishhs/gor/blob/main/LICENSE)

HTTP routing utilities for Go 1.22+

[Read the routing enhancements for Go 1.22 here](https://go.dev/blog/routing-enhancements)

## Features

- **Lightweight**: No external dependencies, LOC < 100.
- **Standard Library**: Built on top of the standard `net/http` package.

## Installation

```bash
go get -u github.com/gaurishhs/gor
```

## License
This project is licensed under the MIT License.