httputil

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

README

httputil

Common code for dealing with HTTP.

Includes:

  • Code for returning JSON responses.
Documentation

Visit the docs on gopkgdoc

Documentation

Index

Constants

View Source
const (
	JSONContentType = "application/json"
)

Variables

This section is empty.

Functions

func DeleteCookies

func DeleteCookies(w http.ResponseWriter, cookieNames ...string)

DeleteCookies effectively deletes all named cookies by wiping all data and setting to expire immediately.

func WriteJSONResponse

func WriteJSONResponse(w http.ResponseWriter, code int, resp interface{}) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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