# messy

> Object model for HTTP and RFC822 messages

Latest version **7.0.0** (published 2020-11-22) · BSD license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.0.0 |
| Published | 2020-11-22 |
| First published | 2014-08-15 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 169.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Andreas Lind |
| Maintainers | alexjeffburke, papandreou, gustavnikolaj, joelmukuthu |
| Keywords | http, request, response, email, message, rfc822, rfc2822 |

## Links

- npm: https://www.npmjs.com/package/messy
- Repository: https://github.com/papandreou/messy
- Homepage: https://github.com/papandreou/messy#readme
- Issues: https://github.com/papandreou/messy/issues
- npm.io page: https://npm.io/package/messy

## Dependencies (5)

- [rfc2047](https://npm.io/package/rfc2047.md) ^3.0.1
- [rfc2231](https://npm.io/package/rfc2231.md) ^1.3.0
- [iconv-lite](https://npm.io/package/iconv-lite.md) ^0.6.0
- [lodash.omit](https://npm.io/package/lodash.omit.md) ^4.5.0
- [quoted-printable](https://npm.io/package/quoted-printable.md) ^1.0.1

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 7.0.0 (latest) — 2020-11-22
- 6.17.0 — 2018-04-03
- 6.16.0 — 2017-03-26
- 6.15.2 — 2017-03-17
- 6.15.1 — 2017-03-17
- 6.15.0 — 2017-03-17
- 6.14.0 — 2017-03-17
- 6.13.0 — 2017-02-06
- 6.12.2 — 2016-10-09
- 6.12.1 — 2016-10-09
- 6.12.0 — 2016-09-30
- 6.11.0 — 2016-08-04
- 6.10.1 — 2016-06-17
- 6.10.0 — 2016-06-08
- 6.9.0 — 2016-03-11
- … 58 more at https://npm.io/package/messy/versions

## README

# messy

Object model for HTTP messages (requests and responses) and RFC822 (mail).

[![NPM version](https://badge.fury.io/js/messy.svg)](http://badge.fury.io/js/messy)
[![Build Status](https://travis-ci.org/papandreou/messy.svg?branch=master)](https://travis-ci.org/papandreou/messy)
[![Coverage Status](https://coveralls.io/repos/papandreou/messy/badge.svg)](https://coveralls.io/r/papandreou/messy)
[![Dependency Status](https://david-dm.org/papandreou/messy.svg)](https://david-dm.org/papandreou/messy)

## License

Messy is licensed under a standard 3-clause BSD license -- see the `LICENSE` file for details.

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