You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/gopkg.in/h2non/gentleman.v2/context
李光春 2100d14a99
update vendor
2 years ago
..
LICENSE update vendor 2 years ago
README.md update vendor 2 years ago
context.go update vendor 2 years ago
handler.go update vendor 2 years ago

README.md

gentleman/context Build Status GoDoc API Go Report Card

Package context implements a simple request-aware HTTP context used by plugins and exposed by the middleware layer, designed to share polymorphic data across plugins in the middleware call chain.

It is built on top of the standard built-in context package in Go.

gentleman's context also implements a valid stdlid context.Context interface: https://golang.org/pkg/context/#Context

Installation

go get -u gopkg.in/h2non/gentleman.v2/context

API

See godoc reference.

License

MIT - Tomas Aparicio