package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: May 23, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Method string `json:"method,omitempty"`
URL string `json:"url"`
Body string `json:"body,omitempty"`
}
type Response struct {
StatusCode int `json:"status_code"`
Body string `json:"body,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.