Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpConnectionManager ¶
type HttpConnectionManager struct { filter.EmptyNetworkFilter // contains filtered or unexported fields }
HttpConnectionManager network filter for http
func CreateHttpConnectionManager ¶
func CreateHttpConnectionManager(hcmc *model.HttpConnectionManagerConfig, bs *model.Bootstrap) *HttpConnectionManager
CreateHttpConnectionManager create http connection manager
func (*HttpConnectionManager) Handle ¶
func (hcm *HttpConnectionManager) Handle(hc *pch.HttpContext) error
func (*HttpConnectionManager) ServeHTTP ¶
func (hcm *HttpConnectionManager) ServeHTTP(w stdHttp.ResponseWriter, r *stdHttp.Request)
Click to show internal directories.
Click to hide internal directories.