Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

dre1080/econtext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Echo Context

GoDoc

Context provides a canonical way to use golang.org/x/net's context package with Echo. It provides two-way bindings between context.Context objects and Echo's echo.Context, giving you a convenient way to look up Echo Context variables from the context.Context and allowing you to freely convert one request context to the other.

A lot borrowed from goji's implementation.

About

Echo integration for golang.org/x/net/context

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages