Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESPlugin ¶
type ESPlugin struct { Active bool ApiPort string Host string Index string // contains filtered or unexported fields }
func (*ESPlugin) ErrorHandler ¶
func (p *ESPlugin) ErrorHandler()
func (*ESPlugin) IndexerShutdown ¶
func (p *ESPlugin) IndexerShutdown()
func (*ESPlugin) ResponseAnalyze ¶
type ESRequestResponse ¶
type ESRequestResponse struct { ReqUrl string `json:"Req_URL"` ReqMethod string `json:"Req_Method"` ReqUserAgent string `json:"Req_User-Agent"` ReqAcceptLanguage string `json:"Req_Accept-Language,omitempty"` ReqAccept string `json:"Req_Accept,omitempty"` ReqAcceptEncoding string `json:"Req_Accept-Encoding,omitempty"` ReqIfModifiedSince string `json:"Req_If-Modified-Since,omitempty"` ReqConnection string `json:"Req_Connection,omitempty"` ReqCookies []*http.Cookie `json:"Req_Cookies,omitempty"` RespStatus string `json:"Resp_Status"` RespStatusCode int `json:"Resp_Status-Code"` RespProto string `json:"Resp_Proto,omitempty"` RespContentLength int64 `json:"Resp_Content-Length,omitempty"` RespContentType string `json:"Resp_Content-Type,omitempty"` RespTransferEncoding []string `json:"Resp_Transfer-Encoding,omitempty"` RespContentEncoding string `json:"Resp_Content-Encoding,omitempty"` RespExpires string `json:"Resp_Expires,omitempty"` RespCacheControl string `json:"Resp_Cache-Control,omitempty"` RespVary string `json:"Resp_Vary,omitempty"` RespSetCookie string `json:"Resp_Set-Cookie,omitempty"` Rtt int64 `json:"RTT"` Timestamp time.Time }
type ESUriErorr ¶
type ESUriErorr struct{}
func (*ESUriErorr) Error ¶
func (e *ESUriErorr) Error() string
Click to show internal directories.
Click to hide internal directories.