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

https://github.com/josestg/httpmid

A very simple and straightforward HTTP middleware for net/http in Go. This package only provides a Middleware type and some functions for stacking the middleware.
https://github.com/josestg/httpmid

go http middleware

Last synced: about 1 month ago
JSON representation

A very simple and straightforward HTTP middleware for net/http in Go. This package only provides a Middleware type and some functions for stacking the middleware.

Awesome Lists containing this project

README

        

# httpmid

A very simple and straightforward HTTP middleware for `net/http` in Go.
This package only provides a Middleware type and some functions for stacking the middleware.

## Install

```bash
go get github.com/josestg/httpmid
```