responses

package
v0.12.3 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 License: MIT Imports: 7 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 400 Bad Request returned when the requesed url param for /login or /logout is bd

func Error401

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

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

func Error401na

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

Error401na send 401 not authorized

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 302 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