gorilla/

directory
v0.0.0-...-cbc4e0b Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2014 License: AGPL-3.0, 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
appengine
sessions
Package gorilla/appengine/sessions implements session stores for Google App Engine's datastore and memcache.
Package gorilla/appengine/sessions implements session stores for Google App Engine's datastore and memcache.
Package gorilla/color provides converters for different color models.
Package gorilla/color provides converters for different color models.
Package gorilla/context provides a container to store values for a request.
Package gorilla/context provides a container to store values for a request.
css
scanner
Package gorilla/css/scanner generates tokens for a CSS3 input.
Package gorilla/css/scanner generates tokens for a CSS3 input.
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.
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