http

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package http adds extension to the stdlib http package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StatusCodeTracker

type StatusCodeTracker struct {
	http.ResponseWriter
	Status      int
	WroteHeader bool
	TrackError  bool
	ErrMsg      string
}

StatusCodeTracker tracks the status code written to a http.ResponseWriter.

func (*StatusCodeTracker) WrappedResponseWriter

func (w *StatusCodeTracker) WrappedResponseWriter() http.ResponseWriter

WrappedResponseWriter returns a wrapped version of the original ResponseWriter and only implements the same combination of additional interfaces as the original. This implementation is based on https://github.com/felixge/httpsnoop.

func (*StatusCodeTracker) Write

func (w *StatusCodeTracker) Write(b []byte) (int, error)

Write saves the status as 200 if it has not already been set.

func (*StatusCodeTracker) WriteHeader

func (w *StatusCodeTracker) WriteHeader(status int)

WriteHeader saves the status .

Jump to

Keyboard shortcuts

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