🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

meow.tf/websub/client

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meow.tf/websub/client

Go Modules
Version
v0.2.0
Version published
Created
Source

Go WebSub Client

A Go implementation of a WebSub client. It has been tested to pass every WebSub Rocks! Subscriber test.

See examples/basic.go for a basic example which uses a built-in webserver to subscribe.

Looking for a server? Check out WebSub Server!

Importing:

go get meow.tf/websub/client

Features

  • Acts as it's own http server, or can be used externally by using VerifySubscription and handing requests yourself.
  • Supports secrets and sha1, sha256, sha384, sha512 validation
  • Integrates into the matching WebSub Server stores to use the same across both.
  • Supports discovery of HTTP Headers, RSS, Atom, and HTML for hubs.
  • Correctly follows topic and hub redirects, as well as uses the discovered "self" url instead of the passed topic.

FAQs

Package last updated on 29 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts