ipfs-1.4.1: Access IPFS locally and remotely
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.IPFS.URL.Types

Synopsis

Documentation

newtype URL Source #

IPFS client URL

Constructors

URL 

Fields

Instances

Instances details
FromJSON URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

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 #

Show URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

Methods

showsPrec :: Int -> URL -> ShowS #

show :: URL -> String #

showList :: [URL] -> ShowS #

Eq URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

Methods

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

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

type Rep URL Source # 
Instance details

Defined in Network.IPFS.URL.Types

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