https://github.com/hslam/handler
Package handler implements HTTP middlewares/handlers for mux .
https://github.com/hslam/handler
go golang handler http mux
Last synced: about 1 year ago
JSON representation
Package handler implements HTTP middlewares/handlers for mux .
- Host: GitHub
- URL: https://github.com/hslam/handler
- Owner: hslam
- License: mit
- Created: 2019-11-05T05:19:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T14:48:42.000Z (almost 5 years ago)
- Last Synced: 2024-07-09T13:46:20.669Z (over 1 year ago)
- Topics: go, golang, handler, http, mux
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handler
[](https://pkg.go.dev/github.com/hslam/handler)
[](https://github.com/hslam/handler/blob/master/LICENSE)
Package handler implements HTTP middlewares/handlers for [mux](https://github.com/hslam/mux "mux") .
## Features
* [Render](https://github.com/hslam/handler/tree/master/render "render")
* [Gzip/Deflate](https://github.com/hslam/handler/tree/master/compress "compress")
* [Proxy](https://github.com/hslam/handler/tree/master/proxy "proxy")
* [Conncect](https://github.com/hslam/handler/tree/master/connect "connect")
* [Header](https://github.com/hslam/handler/tree/master/header "header")
* [Remote IP](https://github.com/hslam/handler/tree/master/remote "remote")
* [Referer Host](https://github.com/hslam/handler/tree/master/referer "referer")
## Get started
### Install
```
go get github.com/hslam/handler
```
### Import
```
import "github.com/hslam/handler"
```
### License
This package is licensed under a MIT license (Copyright (c) 2019 Meng Huang)
### Author
handler was written by Meng Huang.