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.

  1. rejectRequestWith :: PendingConnection -> RejectRequest -> IO ()

    websockets Network.WebSockets

    No documentation available.

  2. requestHeaders :: RequestHead -> Headers

    websockets Network.WebSockets

    No documentation available.

  3. requestPath :: RequestHead -> !ByteString

    websockets Network.WebSockets

    No documentation available.

  4. requestSecure :: RequestHead -> Bool

    websockets Network.WebSockets

    No documentation available.

  5. createRequest :: Protocol -> ByteString -> ByteString -> Bool -> Headers -> IO RequestHead

    websockets Network.WebSockets.Client

    No documentation available.

  6. data AcceptRequest

    websockets Network.WebSockets.Connection

    This datatype allows you to set options for acceptRequestWith. It is strongly recommended to use defaultAcceptRequest and then modify the various fields, that way new fields introduced in the library do not break your code.

  7. AcceptRequest :: !Maybe ByteString -> Headers -> AcceptRequest

    websockets Network.WebSockets.Connection

    No documentation available.

  8. data RejectRequest

    websockets Network.WebSockets.Connection

    Parameters that allow you to tweak how a request is rejected. Please use defaultRejectRequest and modify fields using record syntax so your code will not break when new fields are added.

  9. RejectRequest :: Int -> ByteString -> Headers -> ByteString -> RejectRequest

    websockets Network.WebSockets.Connection

    No documentation available.

  10. acceptRequest :: PendingConnection -> IO Connection

    websockets Network.WebSockets.Connection

    Accept a pending connection, turning it into a Connection.

Page 249 of many | Previous | Next