Documentation
¶
Overview ¶
Package proxy provides a simple proxy for a CouchDB server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct { *httputil.ReverseProxy // StrictMethods will reject any non-standard CouchDB methods immediately, // rather than relaying to the CouchDB server. StrictMethods bool }
Proxy is an http.Handler which proxies connections to a CouchDB server.
Click to show internal directories.
Click to hide internal directories.