package
Version:
v0.0.0-...-0f0f3a0
Opens a new window with list of versions in this module.
Published: Oct 9, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HTTP struct {
EventType Type `json:"eventType"`
Body string `json:"body"`
Method string `json:"method"`
Path string `json:"path"`
Query string `json:"query"`
Status int `json:"status"`
}
const (
RequestEventType Type = "request"
ResponseEventType Type = "response"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.