Documentation ¶
Index ¶
- func CleanUpProcessGroup(cmd *exec.Cmd)
- func ExitStatus(err error) (int, bool)
- func Fail500(w http.ResponseWriter, err error)
- func HTTPError(w http.ResponseWriter, r *http.Request, error string, code int)
- func HeaderClone(h http.Header) http.Header
- func LogError(err error)
- func OpenFile(path string) (file *os.File, fi os.FileInfo, err error)
- func SetNoCacheHeaders(header http.Header)
- func URLMustParse(s string) *url.URL
- type LoggingResponseWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUpProcessGroup ¶ added in v0.6.1
func ExitStatus ¶ added in v0.6.1
func Fail500 ¶
func Fail500(w http.ResponseWriter, err error)
func SetNoCacheHeaders ¶
func URLMustParse ¶
Types ¶
type LoggingResponseWriter ¶
type LoggingResponseWriter struct {
// contains filtered or unexported fields
}
func NewLoggingResponseWriter ¶
func NewLoggingResponseWriter(rw http.ResponseWriter) LoggingResponseWriter
func (*LoggingResponseWriter) Header ¶
func (l *LoggingResponseWriter) Header() http.Header
func (*LoggingResponseWriter) Log ¶
func (l *LoggingResponseWriter) Log(r *http.Request)
func (*LoggingResponseWriter) Write ¶
func (l *LoggingResponseWriter) Write(data []byte) (n int, err error)
func (*LoggingResponseWriter) WriteHeader ¶
func (l *LoggingResponseWriter) WriteHeader(status int)
Click to show internal directories.
Click to hide internal directories.