Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. RequestHeaderFieldsTooLarge :: InvalidRequest

    warp Network.Wai.Handler.Warp

    Since 3.3.22

  2. setProxyProtocolRequired :: Settings -> Settings

    warp Network.Wai.Handler.Warp

    Require PROXY header. This is for cases where a "dumb" TCP/SSL proxy is being used, which cannot add an X-Forwarded-For HTTP header field but has enabled support for the PROXY protocol. See http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt and http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#proxy-protocol. Only the human-readable header format (version 1) is supported. The binary header format (version 2) is not supported. Since 3.0.5

  3. data FirstRequest

    warp Network.Wai.Handler.Warp.Internal

    first request on this connection?

  4. FirstRequest :: FirstRequest

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  5. ProxyProtocolRequired :: ProxyProtocol

    warp Network.Wai.Handler.Warp.Internal

    See setProxyProtocolRequired.

  6. SubsequentRequest :: FirstRequest

    warp Network.Wai.Handler.Warp.Internal

    No documentation available.

  7. recvRequest :: FirstRequest -> Settings -> Connection -> InternalInfo -> Handle -> SockAddr -> Source -> Transport -> IO (Request, Maybe (IORef Int), IndexedHeader, IO ByteString)

    warp Network.Wai.Handler.Warp.Internal

    Receiving a HTTP request from Connection and parsing its header to create Request.

  8. requestMaxIndex :: Int

    warp Network.Wai.Handler.Warp.Internal

    The size for IndexedHeader for HTTP Request. From 0 to this corresponds to:

    • "Content-Length"
    • "Transfer-Encoding"
    • "Expect"
    • "Connection"
    • "Range"
    • "Host"
    • "If-Modified-Since"
    • "If-Unmodified-Since"
    • "If-Range"
    • "Referer"
    • "User-Agent"
    • "If-Match"
    • "If-None-Match"

  9. writeEq :: Eq a => a -> (a -> Write) -> (a -> Write) -> a -> Write

    blaze-builder Blaze.ByteString.Builder.Internal.Write

    Compare the value to a test value and use the first write action for the equal case and the second write action for the non-equal case.

  10. choiceQ :: forall (m :: Type -> Type) r . MonadPlus m => GenericQ (m r) -> GenericQ (m r) -> GenericQ (m r)

    syb Data.Generics.Aliases

    Choice for monadic queries

Page 170 of many | Previous | Next