Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpHandler ¶
type HttpHandler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(store store.Store, maxSize int64, tmplPattern string) *HttpHandler
func (*HttpHandler) HandleGet ¶
func (h *HttpHandler) HandleGet(w http.ResponseWriter, r *http.Request)
func (*HttpHandler) HandleHome ¶
func (h *HttpHandler) HandleHome(w http.ResponseWriter, r *http.Request)
func (*HttpHandler) HandleRaw ¶
func (h *HttpHandler) HandleRaw(w http.ResponseWriter, r *http.Request)
func (*HttpHandler) HandleSet ¶
func (h *HttpHandler) HandleSet(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.