[http.upgrade.request.types] updated + used [internal.http.request.parser.reqline]
This commit is contained in:
parent
00e5698391
commit
3f5dee7818
|
@ -1,11 +1,14 @@
|
|||
package request
|
||||
|
||||
import "git.xdrm.io/gws/internal/http/request/parser/reqline"
|
||||
|
||||
// T represents an HTTP Upgrade request
|
||||
type T struct {
|
||||
httpMethod string
|
||||
uri string
|
||||
httpVersion float32
|
||||
request reqline.T
|
||||
|
||||
host string
|
||||
port uint16
|
||||
|
||||
origin string
|
||||
key []byte
|
||||
protocols []string
|
||||
|
|
Loading…
Reference in New Issue