Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendPathIgnore ¶
func MatchIgnore ¶
func MatchIgnore(refl *Reflection) bool
func Ponder ¶
func Ponder(refl *Reflection)
func ReopenLogger ¶ added in v0.3.0
func StartReflector ¶
func StartReflector(addr, remote string, reflections chan<- *Reflection) error
Types ¶
type Reflection ¶
type Reflection struct { URL *url.URL Method string Request string StatusCode int Nbytes int64 // contains filtered or unexported fields }
func (*Reflection) ReflectRequest ¶
func (*Reflection) ReflectResponse ¶
func (refl *Reflection) ReflectResponse(resp *http.Response, w http.ResponseWriter) error
func (*Reflection) Response ¶
func (refl *Reflection) Response() io.ReadCloser
func (*Reflection) String ¶
func (refl *Reflection) String() string
Click to show internal directories.
Click to hide internal directories.