Skip to content

A simple http notifier that takes the message and sends it as a HTTP POST request to a desired address

Notifications You must be signed in to change notification settings

theskch/notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notifier

A simple notifier used for sending messages to the service. Currently only HTTP notifier is implemented.

Usage

Notifier should be used trough Client interface in notifier package.

HTTP notifier

HTTPNotifier is the implementation of the Client interface that uses HTTP POST requests to send messages. Number of simultaneous requests is limited by configuration. Response from the server is send back to the caller using the callback function.

About

A simple http notifier that takes the message and sends it as a HTTP POST request to a desired address

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages