gorilla

module
v0.0.0-...-456eabd Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2011 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
examples
gorilla
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.
context
Package gorilla/context provides utilities to manage request contexts.
Package gorilla/context provides utilities to manage request contexts.
mux
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.
rpc/jsonrpc
Package gorilla/rpc/jsonrpc is used to build web services using the JSON-RPC 1.0 protocol.
Package gorilla/rpc/jsonrpc is used to build web services using the JSON-RPC 1.0 protocol.
schema
Package gorilla/schema fills a struct with form values.
Package gorilla/schema fills a struct with form values.
sessions
Package gorilla/sessions provides cookie sessions and infrastructure for custom session back-ends.
Package gorilla/sessions provides cookie sessions and infrastructure for custom session back-ends.
lib
appengine/appengine
Package appengine provides functionality that is common across App Engine APIs.
Package appengine provides functionality that is common across App Engine APIs.
appengine/appengine/blobstore
Package blobstore provides a client for App Engine's persistent blob storage service.
Package blobstore provides a client for App Engine's persistent blob storage service.
appengine/appengine/capability
Package capability exposes information about outages and scheduled downtime for specific API capabilities.
Package capability exposes information about outages and scheduled downtime for specific API capabilities.
appengine/appengine/channel
The channel package implements the server side of App Engine's Channel API.
The channel package implements the server side of App Engine's Channel API.
appengine/appengine/datastore
Package datastore provides a client for App Engine's datastore service.
Package datastore provides a client for App Engine's datastore service.
appengine/appengine/delay
Package delay provides a way to execute code outside the scope of a user request by using the taskqueue API.
Package delay provides a way to execute code outside the scope of a user request by using the taskqueue API.
appengine/appengine/log
Package log provides the means of querying an application's logs from within an App Engine application.
Package log provides the means of querying an application's logs from within an App Engine application.
appengine/appengine/mail
Package mail provides the means of sending email from an App Engine application.
Package mail provides the means of sending email from an App Engine application.
appengine/appengine/memcache
Package memcache provides a client for App Engine's distributed in-memory key-value store for small chunks of arbitrary data.
Package memcache provides a client for App Engine's distributed in-memory key-value store for small chunks of arbitrary data.
appengine/appengine/taskqueue
Package taskqueue provides a client for App Engine's taskqueue service.
Package taskqueue provides a client for App Engine's taskqueue service.
appengine/appengine/urlfetch
Package urlfetch provides an http.RoundTripper implementation for fetching URLs via App Engine's urlfetch service.
Package urlfetch provides an http.RoundTripper implementation for fetching URLs via App Engine's urlfetch service.
appengine/appengine/user
Package user provides a client for App Engine's user authentication service.
Package user provides a client for App Engine's user authentication service.
appengine/appengine_internal
The appengine_internal package supports Go programs for Google App Engine.
The appengine_internal package supports Go programs for Google App Engine.
appengine/example/moustachio/moustachio
On App Engine, the framework sets up main; we should be a different package.
On App Engine, the framework sets up main; we should be a different package.
appengine/go-app-builder
go-app-builder is a program that builds Go App Engine apps.
go-app-builder is a program that builds Go App Engine apps.
proto
The proto package converts data structures to and from the wire format of protocol buffers.
The proto package converts data structures to and from the wire format of protocol buffers.

Jump to

Keyboard shortcuts

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