| Copyright | (C) 2020 David M. Johnson |
|---|---|
| License | BSD3-style (see the file LICENSE) |
| Maintainer | David M. Johnson <djohnson.m@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Servant.WASM
Description
Synopsis
- data WASM
Documentation
WASM Content Type
Instances
| Accept WASM Source # | |
Defined in Servant.WASM | |
| MimeRender WASM ByteString Source # | |
Defined in Servant.WASM Methods mimeRender :: Proxy WASM -> ByteString -> ByteString0 # | |
| MimeUnrender WASM ByteString Source # | |
Defined in Servant.WASM Methods mimeUnrender :: Proxy WASM -> ByteString0 -> Either String ByteString # mimeUnrenderWithType :: Proxy WASM -> MediaType -> ByteString0 -> Either String ByteString # | |