webmention: Types and functions for working with Webmentions.

[ bsd3, library, web ] [ Propose Tags ]

Types and functions for working with Webmention, which pass the webmention.rocks test suite.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4 && <5), bytestring (>=0.10 && <0.11), case-insensitive (>=1.2 && <1.3), either (>=5.0 && <5.1), exceptions (>=0.10 && <0.11), hspec (>=2.7 && <2.8), http-client (>=0.6 && <0.7), http-client-tls (>=0.3 && <0.4), http-types (>=0.12 && <0.13), modern-uri (>=0.3 && <0.4), tagsoup (>=0.14 && <0.15), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2020 Alexander Mingoia
Author Alexander Mingoia
Maintainer alex@alexmingoia.com
Category Web
Home page https://github.com/alexmingoia/webmention#readme
Bug tracker https://github.com/alexmingoia/webmention/issues
Source repo head: git clone https://github.com/alexmingoia/webmention
Uploaded by alexmingoia at 2021-03-11T05:01:36Z
Distributions
Downloads 168 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-03-11 [all 1 reports]

Readme for webmention-0.1.0.0

[back to package description]

webmention

Types and functions for working with Webmention, which pass the webmention.rocks test suite.

  • webmention function constructs a valid Webmention type.
  • notify function sends a Webmention, handling endpoint discovery.
  • verify function verifies a Webmention source mentions its target.