Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetHttpURL ¶
type NetHttpURL struct { ResponseWriter http.ResponseWriter HttpRequest *http.Request }
func NetHttp ¶
func NetHttp(w http.ResponseWriter, r *http.Request) *NetHttpURL
func (*NetHttpURL) BaseURL ¶
func (u *NetHttpURL) BaseURL() string
func (*NetHttpURL) CurrentURL ¶
func (u *NetHttpURL) CurrentURL() string
func (NetHttpURL) Default ¶
func (u NetHttpURL) Default() *url.URL
func (*NetHttpURL) PreviousURL ¶
func (u *NetHttpURL) PreviousURL() string
func (*NetHttpURL) RedirectPrevious ¶
func (u *NetHttpURL) RedirectPrevious() *errors.AppError
Click to show internal directories.
Click to hide internal directories.