BunMultipart overview
Added in v1.0.0
Table of contents
constructors
persisted
Signature
export declare const persisted: (
source: Request
) => Effect.Effect<Multipart.Persisted, Multipart.MultipartError, FileSystem.FileSystem | Path.Path | Scope.Scope>
Added in v1.0.0
stream
Signature
export declare const stream: (source: Request) => Stream.Stream<Multipart.Part, Multipart.MultipartError>
Added in v1.0.0