MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / HttpTestReq

Struct HttpTestReq

backend/internal/service/HttpTest.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type HttpTestReq struct {
12 Method string `json:"method"` // GET / POST / PUT / DELETE
13 URL string `json:"url"`
14 Header map[string]string `json:"header"`
15 Body string `json:"body"`
16}
17
18type HttpTestResp struct {
19 Status string `json:"status"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected