https://github.com/frantjc/go-ingress
Go module to create http.Handlers with similar functionality to Kubernetes Ingress objects.
https://github.com/frantjc/go-ingress
Last synced: 2 months ago
JSON representation
Go module to create http.Handlers with similar functionality to Kubernetes Ingress objects.
- Host: GitHub
- URL: https://github.com/frantjc/go-ingress
- Owner: frantjc
- License: mit
- Created: 2023-02-14T21:13:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:30:37.000Z (5 months ago)
- Last Synced: 2024-12-31T22:42:35.670Z (4 months ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-ingress [](https://github.com/frantjc/go-ingress/actions) [](https://pkg.go.dev/github.com/frantjc/go-ingress) [](https://goreportcard.com/report/github.com/frantjc/go-ingress) 
[Go](https://go.dev) module to create `http.Handler`s with similar functionality to Kubernetes Ingress objects.
## install
```sh
go get github.com/frantjc/go-ingress
```## use
See [examples](examples/).