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
- Host: GitHub
- URL: https://github.com/laisky/go-httpguard
- Owner: Laisky
- License: mit
- Created: 2018-06-08T08:47:32.000Z (about 7 years ago)
- Default Branch: v2
- Last Pushed: 2025-02-16T07:52:35.000Z (4 months ago)
- Last Synced: 2025-04-01T12:52:40.231Z (2 months ago)
- Topics: golang, http
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
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@latestgohttpguard --help
```Run with source code:
```sh
go run -race ./cmd/gohttpguard -c ./sample/config.yml --debug
```