context/

directory
v0.0.0-...-58805e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2017 License: Apache-2.0

README

Web - Context

Being able to hold onto context while moving from different pieces of middleware down to the final handler can be really important. We'll look at a couple of different ways of handling this data.

Notes

  • The standard library has much of what you need to build services and apps.
  • The http package provides the building blocks.
  • There are other great packages in the Go ecosystem to help.

https://golang.org/pkg/net/http/
https://golang.org/doc/articles/wiki/
http://www.gorillatoolkit.org/pkg/context

Code Review

Standard Library: Code | Test
Gorilla Context: Code | Test

Exercises

Exercise 1

TBD


All material is licensed under the Apache License Version 2.0, January 2004.

Directories

Path Synopsis
Sample program to show how to work with the Context package.
Sample program to show how to work with the Context package.
Sample program to show how to work with the Gorilla Context package.
Sample program to show how to work with the Gorilla Context package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL