Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultipartRequest ¶
type Response ¶
type Response[ResponseBody any] struct { Headers http.Header Cookies []*http.Cookie Body ResponseBody Status int }
Response represents a HTTP response
type TraceIDMode ¶ added in v0.27.2
type TraceIDMode string
const ( AcceptFromHeader TraceIDMode = "AcceptFromHeader" AlwaysGenerate TraceIDMode = "AlwaysGenerate" )
func (TraceIDMode) String ¶ added in v0.27.2
func (r TraceIDMode) String() string
Click to show internal directories.
Click to hide internal directories.