Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gobwas/httphead
/ types & classes
Types & classes
19 in github.com/gobwas/httphead
⨍
Functions
107
◇
Types & classes
19
↓ 2 callers
TypeAlias
pairs
option.go:189
TypeAlias
Control
Control represents operation that scanner should perform.
httphead.go:165
Struct
CookieScanner
CookieScanner contains options for scanning cookie pairs. See https://tools.ietf.org/html/rfc6265#section-4.1.1
cookie.go:20
TypeAlias
ItemType
ItemType encodes type of the lexing token.
lexer.go:8
TypeAlias
OctetType
OctetType desribes character type. From the "Basic Rules" chapter of RFC2616 See https://tools.ietf.org/html/rfc2616#section-2.2 OCTET = <a
octet.go:33
Struct
Option
Option represents a header option.
option.go:9
Struct
OptionSelector
OptionSelector contains configuration for selecting Options from header value.
httphead.go:93
Struct
Parameters
Parameters represents option's parameters.
option.go:60
Struct
RequestLine
RequestLine contains parameters parsed from the first request line.
head.go:15
Struct
ResponseLine
ResponseLine contains parameters parsed from the first response line.
head.go:22
Struct
Scanner
Scanner represents header tokens scanner. See https://tools.ietf.org/html/rfc2616#section-2
lexer.go:27
TypeAlias
SelectFlag
SelectFlag encodes way of options selection.
httphead.go:63
Struct
Version
Version contains protocol major and minor version.
head.go:9
Struct
cookieTuple
cookie_test.go:10
Struct
pair
option.go:174
Struct
readCase
lexer_test.go:33
Struct
readTest
lexer_test.go:98
Struct
tuple
httphead_test.go:125
Struct
writer
writer.go:83