Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DbOn map[string]bool
Functions ¶
func HexEscapeNonASCII ¶
HexEscapeNonASCII - taken directly from the Go source - encodes a string for use in a Location: header.
func NewPathRewriteHandler ¶
Types ¶
type PathFromToType ¶
type PathRewriteHandler ¶
type PathRewriteHandler struct {
// contains filtered or unexported fields
}
func (*PathRewriteHandler) ServeHTTP ¶
func (h *PathRewriteHandler) ServeHTTP(www http.ResponseWriter, req *http.Request)
type PathRewriteType ¶
type PathRewriteType struct {
PathRewrite []PathFromToType `json:"path_rewrite"`
}
Click to show internal directories.
Click to hide internal directories.