Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApacheFormatPattern = "%s - %s [%s] \"%s\" %d %d %d\n"
Functions ¶
Types ¶
type ApacheLogRecord ¶
type ApacheLogRecord struct { http.ResponseWriter // contains filtered or unexported fields }
https://gist.github.com/cespare/3985516
func (*ApacheLogRecord) Log ¶
func (r *ApacheLogRecord) Log(out io.Writer)
func (*ApacheLogRecord) WriteHeader ¶
func (r *ApacheLogRecord) WriteHeader(status int)
Click to show internal directories.
Click to hide internal directories.