Hustle (hustle v0.1.0)

Documentation for Hustle.

Link to this section Summary

Link to this section Functions

Link to this function

generate_vapid()

@spec generate_vapid() :: {public_key :: binary(), private_key :: binary()}

Generates a VAPID public/private key pair.

See Hustle.Vapid for more information.

Link to this function

push(message, subscription, public_key, private_key, opts \\ [])