Skip to content

Commit 95e7af1

Browse files
committed
Merge branch 'master' of github.com:dpetzold/aws-log-parser
2 parents b20a663 + 75a847c commit 95e7af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_log_parser/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212

1313
class HttpType(Enum):
14+
Grpc = "grpc"
15+
Grpcs = "grpcs"
1416
Http = "http"
1517
Https = "https"
1618
H2 = "h2"

0 commit comments

Comments
 (0)