Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.IPFS.API.Types
Contents
Synopsis
- data MultipartFormData
Documentation
data MultipartFormData Source #
Workaround for the lack of client support of "servant-multipart"
Instances
Accept MultipartFormData Source # | |
Defined in Network.IPFS.API.Types Methods contentType :: Proxy MultipartFormData -> MediaType # contentTypes :: Proxy MultipartFormData -> NonEmpty MediaType # | |
MimeRender MultipartFormData ByteString Source # | |
Defined in Network.IPFS.API.Types Methods mimeRender :: Proxy MultipartFormData -> ByteString -> ByteString0 # | |
MimeRender MultipartFormData ByteString Source # | |
Defined in Network.IPFS.API.Types Methods mimeRender :: Proxy MultipartFormData -> ByteString -> ByteString # |
Orphan instances
MimeUnrender PlainText ByteString Source # | |
Methods mimeUnrender :: Proxy PlainText -> ByteString0 -> Either String ByteString # mimeUnrenderWithType :: Proxy PlainText -> MediaType -> ByteString0 -> Either String ByteString # |