Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPRequest ¶
type HTTPRequest struct { HeadBuf []byte Host string Method string URL string // contains filtered or unexported fields }
func NewHTTPRequest ¶
func NewHTTPRequest(inConn *net.Conn, bufSize int) (req HTTPRequest, err error)
func (*HTTPRequest) HTTP ¶
func (req *HTTPRequest) HTTP() (err error)
func (*HTTPRequest) HTTPS ¶
func (req *HTTPRequest) HTTPS() (err error)
func (*HTTPRequest) HTTPSReply ¶
func (req *HTTPRequest) HTTPSReply() (err error)
func (*HTTPRequest) IsHTTPS ¶
func (req *HTTPRequest) IsHTTPS() bool
Click to show internal directories.
Click to hide internal directories.