# nv-cli-jfetch

> nv-cli-jfetch ======================= - simple wrap of nodejs fetch, only can be used for repl/cli tool; coz its slow(directly use node http/https)

Latest version **1.0.11** (published 2024-03-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install nv-cli-jfetch
pnpm add nv-cli-jfetch
yarn add nv-cli-jfetch
bun add nv-cli-jfetch
```

## 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.11 |
| Published | 2024-03-19 |
| First published | 2023-06-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 9.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ihgazni2 |

## Links

- npm: https://www.npmjs.com/package/nv-cli-jfetch
- npm.io page: https://npm.io/package/nv-cli-jfetch

## Dependencies (2)

- [nv-facutil-prms](https://npm.io/package/nv-facutil-prms.md) ^1.0.3
- [nv-facutil-jswitch](https://npm.io/package/nv-facutil-jswitch.md) ^1.0.10

## Recent versions

- 1.0.11 (latest) — 2024-03-19
- 1.0.10 — 2024-01-08
- 1.0.9 — 2024-01-06
- 1.0.7 — 2024-01-06
- 1.0.5 — 2024-01-06
- 1.0.4 — 2024-01-05
- 1.0.2 — 2023-06-17

## README

nv-cli-jfetch
=======================
- simple wrap of nodejs fetch,  only can be used for repl/cli tool; coz its slow(directly use node http/https)

install
=======
- npm install nv-cli-jfetch

splitted
--------

- [npm install xxx](https://www.npmjs.com/package/xxx)

usage
=====
    
      const { }   = require("nv-cli-jfetch");
 

example
-------

### 0


#### 0_0

#### 0_1


### 1 

#### 1_0

#### 1_1


METHODS
========


APIS
=======

		const parse_wsurl = (url) => {
		const creat_tls_opts = (rejectUnauthorized=_f,key,cert)=>(new TlsOpts(rejectUnauthorized,key,cert)).dict();
		const creat_req_opts = (method,url,headers,tls_optd=creat_tls_opts(_f)) => new RequestOpts(method,url,headers,tls_optd);
		const get  = (url,headers={},tls_optd=creat_tls_opts(_f)) => {
		const get_rtrn_full = (url,headers={},tls_optd=creat_tls_opts(_f)) => {
		const get_rtrn_full_if_not_json = (url,headers={},tls_optd=creat_tls_opts(_f)) => {
		const post = (url,body={},headers={},tls_optd=creat_tls_opts(_f)) => {
		const post_rtrn_full = (url,body={},headers={},tls_optd=creat_tls_opts(_f)) => {
		const post_rtrn_full_if_not_json = (url,body={},headers={},tls_optd=creat_tls_opts(_f)) => {

LICENSE
=======
- ISC

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