Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
ReqBody = ReqBody' '[Required, Strict]gogol-core Gogol.Prelude Extract the request body as a value of type a. Example:
>>> -- POST /books >>> type MyApi = "books" :> ReqBody '[JSON] Book :> Post '[JSON] Book
data
ReqBody' (mods :: [Type]) (contentTypes :: [Type]) agogol-core Gogol.Prelude -
gogol-core Gogol.Prelude When using one of the RequestBodyStream / RequestBodyStreamChunked constructors, you must ensure that the GivesPopper can be called multiple times. Usually this is not a problem. The RequestBodyStreamChunked will send a chunked request body. Note that not all servers support this. Only use RequestBodyStreamChunked if you know the server you're sending to supports chunked request bodies. Since 0.1.0
-
gogol-core Gogol.Prelude Required argument. Not wrapped.
parseQueryParam :: FromHttpApiData a => Text -> Either Text agogol-core Gogol.Prelude Parse query param value.
-
gogol-core Gogol.Types No documentation available.
-
gogol-core Gogol.Types An intermediary request builder.
-
gogol-core Gogol.Types No documentation available.
_cliRequest :: GClient a -> !Requestgogol-core Gogol.Types No documentation available.
requestClient :: GoogleRequest a => a -> GClient (Rs a)gogol-core Gogol.Types No documentation available.