Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setHeader :: forall (m :: Type -> Type) . MonadIO m => Text -> Text -> ActionT m ()

    scotty Web.Scotty.Trans

    Set one of the response headers. Will override any previously set value for that header. Header names are case-insensitive.

  2. setMaxRequestBodySize :: forall (m :: Type -> Type) . Kilobytes -> ScottyT m ()

    scotty Web.Scotty.Trans

    Set global size limit for the request body. Requests with body size exceeding the limit will not be processed and an HTTP response 413 will be returned to the client. Size limit needs to be greater than 0, otherwise the application will terminate on start.

  3. settings :: Options -> Settings

    scotty Web.Scotty.Trans

    Warp Settings Note: to work around an issue in warp, the default FD cache duration is set to 0 so changes to static files are always picked up. This likely has performance implications, so you may want to modify this for production servers using setFdCacheDuration.

  4. setHeader :: forall (m :: Type -> Type) . MonadIO m => Text -> Text -> ActionT m ()

    scotty Web.Scotty.Trans.Strict

    Set one of the response headers. Will override any previously set value for that header. Header names are case-insensitive.

  5. setMaxRequestBodySize :: forall (m :: Type -> Type) . Kilobytes -> ScottyT m ()

    scotty Web.Scotty.Trans.Strict

    Set global size limit for the request body. Requests with body size exceeding the limit will not be processed and an HTTP response 413 will be returned to the client. Size limit needs to be greater than 0, otherwise the application will terminate on start.

  6. settings :: Options -> Settings

    scotty Web.Scotty.Trans.Strict

    Warp Settings Note: to work around an issue in warp, the default FD cache duration is set to 0 so changes to static files are always picked up. This likely has performance implications, so you may want to modify this for production servers using setFdCacheDuration.

  7. set1 :: Calendar -> CalendarField -> Int -> Calendar

    text-icu Data.Text.ICU

    Set the value of one field of a calendar to a certain value. All fields are represented as 32-bit integers.

  8. setLine :: BiDi -> Int32 -> Int32 -> BiDi -> IO ()

    text-icu Data.Text.ICU.BiDi

    Sets a BiDi to contain the reordering information, especially the resolved levels, for all the characters in a line of text

  9. setPara :: BiDi -> Text -> Int32 -> IO ()

    text-icu Data.Text.ICU.BiDi

    Perform the Unicode Bidi algorithm. It is defined in the Unicode Standard Annex #9, version 13, also described in The Unicode Standard, Version 4.0. This function takes a piece of plain text containing one or more paragraphs, with or without externally specified embedding levels from styled text and computes the left-right-directionality of each character.

  10. setText :: BreakIterator a -> Text -> IO ()

    text-icu Data.Text.ICU.Break

    Point an existing BreakIterator at a new piece of text.

Page 316 of many | Previous | Next