Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormFile ¶ added in v0.11.0
type FormFile struct { Header *multipart.FileHeader // contains filtered or unexported fields }
type HeaderDiff ¶ added in v0.8.0
type HeaderDiff struct { Key string Type HeaderDiffType Val string }
type HeaderDiffType ¶ added in v0.8.0
type HeaderDiffType int
const ( HeaderDiffTypeSet HeaderDiffType = iota HeaderDiffTypeDel )
type InternalRequest ¶ added in v0.8.0
type InternalResponse ¶ added in v0.8.0
type PathItemTp ¶ added in v0.7.0
type PathItemTp int
const ( PathItemCommon PathItemTp = iota PathItemVar PathItemRest )
type PathPttrn ¶ added in v0.7.0
type PathPttrn struct { Src string Items []string ItemTypes []PathItemTp }
func (PathPttrn) EndsWithRest ¶ added in v0.7.0
type Response ¶ added in v0.8.0
type Response struct { Data any Status int HeaderOps []HeaderDiff }
Click to show internal directories.
Click to hide internal directories.