ipfs-1.0.0: Access IPFS locally and remotely
Network.IPFS.URL.Types
newtype URL Source #
IPFS client URL
Constructors
Fields
Defined in Network.IPFS.URL.Types
Methods
(==) :: URL -> URL -> Bool #
(/=) :: URL -> URL -> Bool #
showsPrec :: Int -> URL -> ShowS #
show :: URL -> String #
showList :: [URL] -> ShowS #
Associated Types
type Rep URL :: Type -> Type #
from :: URL -> Rep URL x #
to :: Rep URL x -> URL #
parseJSON :: Value -> Parser URL #
parseJSONList :: Value -> Parser [URL] #