webmention-0.1.0.0: Types and functions for working with Webmentions.
Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Webmention

Synopsis

Documentation

webmention :: MonadThrow m => SourceURI -> TargetURI -> m Webmention Source #

Construct a valid Webmention from source and target URI.

Throws a WebmentionError if source and target are the same, are relative, or lack an HTTP(S) scheme.

verify :: Webmention -> IO WebmentionVerification Source #

Verify Webmention source mentions target.

data Webmention Source #

Instances

Instances details
Eq Webmention Source # 
Instance details

Defined in Network.HTTP.Webmention

Show Webmention Source # 
Instance details

Defined in Network.HTTP.Webmention