HttpHelperService

package
v0.0.0-...-ccc6c4c Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpHelperService

type HttpHelperService interface {
	RenderJson(w http.ResponseWriter, data interface{})
	RenderHtml(w http.ResponseWriter, templateName string, data interface{})

	GetRequiredUrlQueryValue_String(r *http.Request, keyName string) string
	GetRequiredUrlQueryValue_Int64(r *http.Request, keyName string) int64

	GetRequiredUrlParamValue_String(r *http.Request, paramName string) string
	GetRequiredUrlParamValue_Int64(r *http.Request, paramName string) int64
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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