responses

package
v0.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Configure

func Configure()

Configure see main.go configure()

func Error400

func Error400(w http.ResponseWriter, r *http.Request, e error)

Error400 Bad Request

func Error401

func Error401(w http.ResponseWriter, r *http.Request, e error)

Error401 Unauthorized the standard error this is captured by nginx, which converts the 401 into 302 to the login page

func Error403 added in v0.13.0

func Error403(w http.ResponseWriter, r *http.Request, e error)

Error403 Forbidden if there's an error during /auth or if they don't pass validation in /auth

func Error500 added in v0.21.0

func Error500(w http.ResponseWriter, r *http.Request, e error)

Error500 Internal Error something is not right, hopefully this never happens

func OK200

func OK200(w http.ResponseWriter, r *http.Request)

OK200 returns "200 OK"

func Redirect302

func Redirect302(w http.ResponseWriter, r *http.Request, rURL string)

Redirect302 redirect to the specificed rURL

func RenderIndex

func RenderIndex(w http.ResponseWriter, msg string)

RenderIndex render the response as an HTML page, mostly used in testing

Types

type Index

type Index struct {
	Msg      string
	TestURLs []string
	Testing  bool
}

Index variables passed to index.tmpl

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL