httpjson

package
v3.10.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2020 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrCannotMarshall occurs when marshaller failed
	ErrCannotMarshall = errors.New("cannot marshall json")
)

Functions

func IsPretty

func IsPretty(r *http.Request) bool

IsPretty determine if pretty is defined in query params

func ResponseArrayJSON

func ResponseArrayJSON(w http.ResponseWriter, status int, array interface{}, pretty bool)

ResponseArrayJSON write marshalled obj wrapped into an object to http.ResponseWriter with correct header

func ResponseJSON

func ResponseJSON(w http.ResponseWriter, status int, obj interface{}, pretty bool)

ResponseJSON write marshalled obj to http.ResponseWriter with correct header

func ResponsePaginatedJSON

func ResponsePaginatedJSON(w http.ResponseWriter, status int, page uint, pageSize uint, total uint, array interface{}, pretty bool)

ResponsePaginatedJSON write marshalled obj wrapped into an object to http.ResponseWriter with correct header

Types

This section is empty.

Jump to

Keyboard shortcuts

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