tahoe-chk-0.2.0.0: The Tahoe-LAFS' Content-Hash-Key (CHK) cryptographic protocol.
Safe HaskellNone
LanguageHaskell2010

Tahoe.CHK.URIExtension

Synopsis

Documentation

data URIExtension Source #

Represent additional metadata that appears at the end of each share.

Constructors

URIExtension 

Fields

Instances

Instances details
Eq URIExtension Source # 
Instance details

Defined in Tahoe.CHK.URIExtension

Ord URIExtension Source # 
Instance details

Defined in Tahoe.CHK.URIExtension

Show URIExtension Source # 
Instance details

Defined in Tahoe.CHK.URIExtension

Generic URIExtension Source # 
Instance details

Defined in Tahoe.CHK.URIExtension

Associated Types

type Rep URIExtension :: Type -> Type #

ToExpr URIExtension Source # 
Instance details

Defined in Tahoe.CHK.URIExtension

type Rep URIExtension Source # 
Instance details

Defined in Tahoe.CHK.URIExtension

showBytes :: Show s => s -> ByteString Source #

Show a value as a UTF-8-encoded byte string.

pURIExtension :: Parser URIExtension Source #

Parse the representation of a URIExtension which appears in CHK shares back into a URIExtension.