| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | provisional |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Data.ByteString
Contents
Description
- data ByteString :: *
- type LazyByteString = ByteString
- class ToByteString a where
- showBS :: ToByteString a => a -> String
- stripBS :: ByteString -> ByteString
ByteString
data ByteString :: * #
A space-efficient representation of a Word8 vector, supporting many
efficient operations.
A ByteString contains 8-bit bytes, or by using the operations from
Data.ByteString.Char8 it can be interpreted as containing 8-bit
characters.
Instances
| Eq ByteString | |
| Data ByteString | |
| Ord ByteString | |
| Read ByteString | |
| Show ByteString | |
| IsString ByteString | |
| Semigroup ByteString | |
| Monoid ByteString | |
| Hashable ByteString | |
| Chunk ByteString | |
| FoldCase ByteString | Note that |
| ByteArray ByteString | |
| ByteArrayAccess ByteString | |
| NFData ByteString | |
| Ixed ByteString | |
| ToText ByteString # | |
| FromText ByteString # | |
| ToByteString ByteString # | |
| ToHeader ByteString # | |
| ToPath ByteString # | |
| ToQuery ByteString # | |
| ToLog ByteString # | |
| ToXML ByteString # | |
| FromXML ByteString # | |
| ToBody ByteString # | |
| ToHashedBody ByteString # | |
| Strict ByteString ByteString | |
| ToLog [Header] # | |
| type State ByteString | |
| type ChunkElem ByteString | |
| type Index ByteString | |
| type IxValue ByteString | |
type LazyByteString = ByteString #
class ToByteString a where #
Instances
showBS :: ToByteString a => a -> String #
stripBS :: ByteString -> ByteString #