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

https://github.com/laisky/go-httpguard

simple http proxy with JWT
https://github.com/laisky/go-httpguard

golang http

Last synced: 2 months ago
JSON representation

simple http proxy with JWT

Awesome Lists containing this project

README

        

# Go-HTTPGuard

Install & Run:

```sh
go install github.com/Laisky/go-httpguard/v2/cmd/gohttpguard@latest

gohttpguard --help
```

Run with source code:

```sh
go run -race ./cmd/gohttpguard -c ./sample/config.yml --debug
```