https://github.com/tideland/go-net
Extensions for HTTP package, a nested multiplexing by paths and methods as well as a full-fledged JWT help with RESTful applications
https://github.com/tideland/go-net
go golang http http-server jwt jwt-tokens multiplexing restful-api web
Last synced: about 2 months ago
JSON representation
Extensions for HTTP package, a nested multiplexing by paths and methods as well as a full-fledged JWT help with RESTful applications
- Host: GitHub
- URL: https://github.com/tideland/go-net
- Owner: tideland
- License: bsd-3-clause
- Created: 2020-01-10T21:59:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T21:27:13.000Z (over 4 years ago)
- Last Synced: 2025-02-28T20:04:45.602Z (3 months ago)
- Topics: go, golang, http, http-server, jwt, jwt-tokens, multiplexing, restful-api, web
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tideland Go Network
[](https://github.com/tideland/go-net)
[](https://raw.githubusercontent.com/tideland/go-net/master/LICENSE)
[](https://github.com/tideland/go-net/blob/master/go.mod)
[](https://pkg.go.dev/mod/tideland.dev/go/net?tab=packages)
[](https://github.com/tideland/go-net/actions/)
[](https://goreportcard.com/report/tideland.dev/go/net)## Description
**Tideland Go Network** provides packages for the work with the network.
* `httpx` adds useful functions to the standard HTTP package
* `jwt` implements a complete JSON Web Token plus caching
* `web` provides some useful handlers for multiplexing and JWT authorizationI hope you like it. ;)
## Contributors
- Frank Mueller (https://github.com/themue / https://github.com/tideland / https://tideland.dev)