# httpcallback

> Webhook registration and response helper

Latest version **0.1.1** (published 2016-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install httpcallback
pnpm add httpcallback
yarn add httpcallback
bun add httpcallback
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2016-08-27 |
| First published | 2015-11-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kyle E. Mitchell |
| Maintainers | kemitchell |

## Links

- npm: https://www.npmjs.com/package/httpcallback
- Repository: https://github.com/kemitchell/httpcallback.js
- Homepage: https://github.com/kemitchell/httpcallback.js#readme
- Issues: https://github.com/kemitchell/httpcallback.js/issues
- npm.io page: https://npm.io/package/httpcallback

## Dependencies (2)

- [retry](https://npm.io/package/retry.md) ^0.8.0
- [concat-stream](https://npm.io/package/concat-stream.md) ^1.5.1

## Recent versions

- 0.1.1 (latest) — 2016-08-27
- 0.1.0 — 2015-12-14
- 0.1.0-prerelease-1 — 2015-11-25

## README

This package exports a constructor for objects that manage HTTP
callback endpoints.

Would-be event callback recipient POSTs to a receptive endpoint on
the event generating server.  The body of that request includes only
the endpoint URL where the event-generating server should POST when
an event occurs.  The protocol may be HTTP or HTTPS.

The event-generating server sends the same data to all registered
callback endpoints.  By default, the event-generating server will
retry callbacks.  Retry is configurable.  Callback endpoints that
fail to respond with 2xx status codes despite retry are removed from
the list of callback endpoints for future events.

---
_Source: https://npm.io/package/httpcallback · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
