wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Routes.AssetBody

Documentation

type AssetBody = StreamBody' '[Description "A body with content type `multipart/mixed body`. The first section's content type should be `application/json`. The second section's content type should be always be `application/octet-stream`. Other content types will be ignored by the server."] NoFraming MultipartMixed AssetSource Source #