| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Warc.Header
Contents
- data Version = Version {
- versionMajor, versionMinor :: !Int
- data WarcType
- newtype RecordId = RecordId ByteString
- data TruncationReason
- data Digest = Digest {}
- header :: Parser (Version, [Field])
- data Field
- = WarcRecordId !RecordId
- | ContentLength !Integer
- | WarcDate !UTCTime
- | WarcType !WarcType
- | ContentType !ByteString
- | WarcConcurrentTo [RecordId]
- | WarcBlockDigest !Digest
- | WarcPayloadDigest !Digest
- | WarcIpAddress !ByteString
- | WarcRefersTo !ByteString
- | WarcTargetUri !ByteString
- | WarcTruncated !TruncationReason
- | WarcWarcinfoId !RecordId
- | WarcFilename !Text
- | WarcProfile !ByteString
- | WarcIdentifiedPayloadType !ByteString
- | WarcSegmentNumber !Integer
- | WarcSegmentOriginId !ByteString
- | WarcSegmentTotalLength !Integer
- _WarcRecordId :: Prism' Field RecordId
- _ContentLength :: Prism' Field Integer
- _WarcDate :: Prism' Field UTCTime
- _WarcType :: Prism' Field WarcType
- _ContentType :: Prism' Field ByteString
- _WarcConcurrentTo :: Prism' Field [RecordId]
- _WarcBlockDigest :: Prism' Field Digest
- _WarcPayloadDigest :: Prism' Field Digest
- _WarcIpAddress :: Prism' Field ByteString
- _WarcRefersTo :: Prism' Field ByteString
- _WarcTargetUri :: Prism' Field ByteString
- _WarcTruncated :: Prism' Field TruncationReason
- _WarcWarcinfoId :: Prism' Field RecordId
- _WarcFilename :: Prism' Field Text
- _WarcProfile :: Prism' Field ByteString
- _WarcIdentifiedPayloadType :: Prism' Field ByteString
- _WarcSegmentNumber :: Prism' Field Integer
- _WarcSegmentOriginId :: Prism' Field ByteString
- _WarcSegmentTotalLength :: Prism' Field Integer
Documentation
Constructors
| Version | |
Fields
| |
Constructors
| WarcInfo | |
| Response | |
| Resource | |
| Request | |
| Metadata | |
| Revisit | |
| Conversion | |
| Continuation | |
| FutureType !Text |
Constructors
| RecordId ByteString |
data TruncationReason Source
Constructors
| TruncLength | |
| TruncTime | |
| TruncDisconnect | |
| TruncUnspecified | |
| TruncOther !Text |
Constructors
| Digest | |
Fields | |
Header field types
Constructors