mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Fix missing HTTP/1.0
proto enums
This commit is contained in:
@ -157,8 +157,9 @@ enum HttpMethod {
|
||||
}
|
||||
|
||||
enum HttpProtocol {
|
||||
HTTP1
|
||||
HTTP2
|
||||
HTTP10
|
||||
HTTP11
|
||||
HTTP20
|
||||
}
|
||||
|
||||
scalar Time
|
||||
|
Reference in New Issue
Block a user