https://github.com/laisky/go-httpguard
simple http proxy with JWT
https://github.com/laisky/go-httpguard
golang http
Last synced: 5 months ago
JSON representation
simple http proxy with JWT
- Host: GitHub
- URL: https://github.com/laisky/go-httpguard
- Owner: Laisky
- License: mit
- Created: 2018-06-08T08:47:32.000Z (over 7 years ago)
- Default Branch: v2
- Last Pushed: 2025-07-20T10:05:24.000Z (5 months ago)
- Last Synced: 2025-07-24T07:32:49.904Z (5 months ago)
- Topics: golang, http
- Language: Go
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit.go
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
```