# vince-http

> http tool

Latest version **1.0.3** (published 2020-03-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install vince-http
pnpm add vince-http
yarn add vince-http
bun add vince-http
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2020-03-17 |
| First published | 2020-02-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | 873468428@qq.com |
| Maintainers | liangyongheng |
| Keywords | http, vince, node, nodejs |

## Links

- npm: https://www.npmjs.com/package/vince-http
- Repository: https://github.com/liang-yongheng/npm-vince-http
- Homepage: https://github.com/liang-yongheng/npm-vince-http#readme
- Issues: https://github.com/liang-yongheng/npm-vince-http/issues
- npm.io page: https://npm.io/package/vince-http

## Dependencies (2)

- [request](https://npm.io/package/request.md) ^2.88.2
- [querystring](https://npm.io/package/querystring.md) ^0.2.0

## 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

- 1.0.3 (latest) — 2020-03-17
- 1.0.2 — 2020-03-13
- 1.0.1 — 2020-03-12
- 1.0.0 — 2020-02-25

## README

# npm-vince-http
-

# 使用如下:
`npm i vince-http`

 	const http = require('vince-http');
 	// result是个http类的对象，对象上有request和response
 	// 参数headers里可以设置cookie（如headers = {cookies:{}）,cookie直接设置字典的形式，会自动解析成cookie字符串
 	// 目前仅支持get,post,put,del(delete)请求方式
 	const result = await http.get(url = '', params = {}, headers = {});

 	// body内容在 result.response.body上

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