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

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.

Awesome Lists containing this project

README

        

# go-ingress [![CI](https://github.com/frantjc/go-ingress/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/frantjc/go-ingress/actions) [![godoc](https://pkg.go.dev/badge/github.com/frantjc/go-ingress.svg)](https://pkg.go.dev/github.com/frantjc/go-ingress) [![goreportcard](https://goreportcard.com/badge/github.com/frantjc/go-ingress)](https://goreportcard.com/report/github.com/frantjc/go-ingress) ![license](https://shields.io/github/license/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/).