Fix missing HTTP/1.0 proto enums

This commit is contained in:
David Stotijn
2022-02-27 17:55:41 +01:00
parent c5f76e1f9a
commit 8269af9478
9 changed files with 40 additions and 28 deletions

View File

@ -157,8 +157,9 @@ enum HttpMethod {
}
enum HttpProtocol {
HTTP1
HTTP2
HTTP10
HTTP11
HTTP20
}
scalar Time