Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Writer http.ResponseWriter Request *http.Request LookupPath *LookupPath // Parsed representation of Request.URI that is part of LookupPath.Prefix SubPath string }
Handler agregates response/request and lookup path + subpath needed to handle a request and response.
Click to show internal directories.
Click to hide internal directories.