Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
RequestSent :: BrowserEventTypeHTTP Network.Browser No documentation available.
browserRequestID :: BrowserEvent -> RequestIDHTTP Network.Browser No documentation available.
browserRequestURI :: BrowserEvent -> StringHTTP Network.Browser No documentation available.
defaultGETRequest :: URI -> Request_StringHTTP Network.Browser No documentation available.
defaultGETRequest_ :: BufferType a => URI -> Request aHTTP Network.Browser No documentation available.
formToRequest :: Form -> Request_StringHTTP Network.Browser No documentation available.
request :: HStream ty => Request ty -> BrowserAction (HandleStream ty) (URI, Response ty)HTTP Network.Browser request httpRequest tries to submit the Request httpRequest to some HTTP server (possibly going via a proxy, see setProxy.) Upon successful delivery, the URL where the response was fetched from is returned along with the Response itself.
getRequest :: String -> Request_StringHTTP Network.HTTP A convenience constructor for a GET Request. If the URL isn't syntactically valid, the function raises an error.
headRequest :: String -> Request_StringHTTP Network.HTTP A convenience constructor for a HEAD Request. If the URL isn't syntactically valid, the function raises an error.
postRequest :: String -> Request_StringHTTP Network.HTTP A convenience constructor for a POST Request. If the URL isn't syntactically valid, the function raises an error.