gorilla

module
v0.0.0-...-b12daba Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2012 License: BSD-3-Clause

README

Gorilla
=======
Gorilla is a web toolkit for the Go programming language. Learn more:

* http://gorilla-web.appspot.com/ - general information and documentation.
* http://code.google.com/p/gorilla/ - project repository and issue tracker.


Local docs
----------
To browse the documentation locally, clone the repository using Mercurial:

    $ hg clone https://code.google.com/p/gorilla/

Then run the documentation server from the repository:

    $ godoc -path="./gorilla/" -http=:6060

The docs will be available at http://localhost:6060

Directories

Path Synopsis
Package gorilla/context stores values shared during a request lifetime.
Package gorilla/context stores values shared during a request lifetime.
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/pat is a request router and dispatcher with a pat-like interface.
Package gorilla/pat is a request router and dispatcher with a pat-like interface.
Package gorilla/reverse is a set of utilities to create request routers.
Package gorilla/reverse is a set of utilities to create request routers.
rpc
Package gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
Package gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.
json
Package gorilla/rpc/json provides a codec for JSON-RPC over HTTP services.
Package gorilla/rpc/json provides a codec for JSON-RPC over HTTP services.
Package gorilla/schema fills a struct with form values.
Package gorilla/schema fills a struct with form values.
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.

Jump to

Keyboard shortcuts

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