package
1.3.0
Repository: https://github.com/ogen-go/ogen.git
Documentation: pkg.go.dev

# Functions

CreateBodyWriter is a helper to create a reader from a writer body.
CreateMultipartBody is helper for streaming multipart/form-data.
MatchContentType returns true if value matches path pattern.
NewRequest creates a new http.Request.
ParseForm is optimized version of http.Request.ParseForm.
SetBody sets request body.
SetCloserBody sets request body which should be closed after request.

# Variables

ErrInternalServerErrorResponse reports that response was a internal server error type.
ErrNotImplemented reports that handler is not implemented.

# Structs

MultipartFile is multipart form file.

# Interfaces

Client represents http client.