| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Okapi.HTTP.RFC9651.Lexer
Documentation
data ParseError Source #
Constructors
| ParseError |
Instances
| Show ParseError Source # | |
Defined in Okapi.HTTP.RFC9651.Lexer Methods showsPrec :: Int -> ParseError -> ShowS # show :: ParseError -> String # showList :: [ParseError] -> ShowS # | |
| Eq ParseError Source # | |
Defined in Okapi.HTTP.RFC9651.Lexer | |
type Key = ByteString Source #
strip :: ByteString -> ByteString Source #
stripLead :: ByteString -> ByteString Source #
splitTop :: Word8 -> ByteString -> [ByteString] Source #
firstAndRest :: Word8 -> ByteString -> (ByteString, ByteString) Source #
breakKey :: ByteString -> (ByteString, Maybe ByteString) Source #
paramEntries :: ByteString -> [(ByteString, Maybe ByteString)] Source #
memberEntries :: ByteString -> [(ByteString, Maybe ByteString)] Source #
parseInnerBare :: ByteString -> Maybe [ByteString] Source #