mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Add Proto
to request detail, update theme
This commit is contained in:
@ -2,6 +2,7 @@ type HttpRequestLog {
|
||||
id: ID!
|
||||
url: String!
|
||||
method: HttpMethod!
|
||||
proto: String!
|
||||
body: String
|
||||
timestamp: Time!
|
||||
response: HttpResponseLog
|
||||
|
Reference in New Issue
Block a user