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.

  1. RequestSent :: BrowserEventType

    HTTP Network.Browser

    No documentation available.

  2. browserRequestID :: BrowserEvent -> RequestID

    HTTP Network.Browser

    No documentation available.

  3. browserRequestURI :: BrowserEvent -> String

    HTTP Network.Browser

    No documentation available.

  4. defaultGETRequest :: URI -> Request_String

    HTTP Network.Browser

    No documentation available.

  5. defaultGETRequest_ :: BufferType a => URI -> Request a

    HTTP Network.Browser

    No documentation available.

  6. formToRequest :: Form -> Request_String

    HTTP Network.Browser

    No documentation available.

  7. 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.

  8. getRequest :: String -> Request_String

    HTTP Network.HTTP

    A convenience constructor for a GET Request. If the URL isn't syntactically valid, the function raises an error.

  9. headRequest :: String -> Request_String

    HTTP Network.HTTP

    A convenience constructor for a HEAD Request. If the URL isn't syntactically valid, the function raises an error.

  10. postRequest :: String -> Request_String

    HTTP Network.HTTP

    A convenience constructor for a POST Request. If the URL isn't syntactically valid, the function raises an error.

Page 278 of many | Previous | Next