Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestParser ¶
type RequestParser struct {
// contains filtered or unexported fields
}
RequestParser handles parsing incoming HTTP requests into input structs Uses go:linkname to access Huma's internal functions with fallbacks
func NewRequestParser ¶
func NewRequestParser() *RequestParser
NewRequestParser creates a new request parser
type ResponseWriter ¶
type ResponseWriter struct{}
ResponseWriter handles writing HTTP responses
func NewResponseWriter ¶
func NewResponseWriter() *ResponseWriter
NewResponseWriter creates a new response writer
Click to show internal directories.
Click to hide internal directories.