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:
@ -62,8 +62,9 @@ export enum HttpMethod {
|
||||
}
|
||||
|
||||
export enum HttpProtocol {
|
||||
Http1 = 'HTTP1',
|
||||
Http2 = 'HTTP2'
|
||||
Http10 = 'HTTP10',
|
||||
Http11 = 'HTTP11',
|
||||
Http20 = 'HTTP20'
|
||||
}
|
||||
|
||||
export type HttpRequestLog = {
|
||||
|
Reference in New Issue
Block a user