ipfs-1.0.1: Access IPFS locally and remotely

Safe HaskellNone
LanguageHaskell2010

Network.IPFS.URL.Types

Synopsis

Documentation

newtype URL Source #

IPFS client URL

Constructors

URL 

Fields

Instances
Eq URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

Methods

(==) :: URL -> URL -> Bool #

(/=) :: URL -> URL -> Bool #

Show URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

Methods

showsPrec :: Int -> URL -> ShowS #

show :: URL -> String #

showList :: [URL] -> ShowS #

Generic URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

Associated Types

type Rep URL :: Type -> Type #

Methods

from :: URL -> Rep URL x #

to :: Rep URL x -> URL #

FromJSON URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

type Rep URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

type Rep URL = D1 (MetaData "URL" "Network.IPFS.URL.Types" "ipfs-1.0.1-1bnI2LaLNRVEx6nrkfb5Av" True) (C1 (MetaCons "URL" PrefixI True) (S1 (MetaSel (Just "getURL") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BaseUrl)))