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

Struct HttpTestResp

backend/internal/service/HttpTest.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type HttpTestResp struct {
19 Status string `json:"status"`
20 StatusCode int `json:"status_code"`
21 Header map[string][]string `json:"header"`
22 Body string `json:"body"`
23}
24
25type HttpTestService struct {
26 client *http.Client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected