openapi_infrastructure library

Support for doing something awesome.

More dartdocs go here.

Classes

EmptyHttpPacket
EmptyHttpRequest
HttpRequestBase
A request, is an http packet directed to a url.
HttpResponseBase
A response is an http packet originating from a request.
MemoryHttpPacket
MemoryHttpRequest
MultiPartBodySerializationResult
MultiPartBodySerializer
Serializes a multipart request body. If your have your parts in an Iterable, you can use SyncMultiPartBodySerializer.
MultiPartFormDataFieldHttpPacket
MultiPartFormDataFileHttpPacket
MultiPartFormDataHttpRequest
MultiPartHttpRequest
NetworkingClientBase
The networking client is only responsible to send a request (raw bytes) and receive a response (raw bytes).
StreamHttpPacket
StreamHttpRequest
StreamHttpResponse
SyncMultiPartBodySerializer
Serializes a multipart request body.

Mixins

HttpMetaPacketMixin
A meta packet describes just headers.
HttpPacketMixin
An http packet is:
HttpRequestMixin
HttpResponseMixin
MultiPartHttpRequestMixin

Extension Types

UndefinedWrapper
A wrapper around a type that can be undefined.

Extensions

MediaTypeExt on MediaType

Functions

isPlainAscii(String string) bool
Returns whether string is composed entirely of ASCII-compatible characters.