unzip-response

WebJar for unzip-response

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

unzip-response
Последняя версия

Последняя версия

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

unzip-response
WebJar for unzip-response
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/unzip-response

Скачать unzip-response

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/unzip-response/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>unzip-response</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/unzip-response/
implementation 'org.webjars.npm:unzip-response:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/unzip-response/
implementation ("org.webjars.npm:unzip-response:2.0.1")
'org.webjars.npm:unzip-response:jar:2.0.1'
<dependency org="org.webjars.npm" name="unzip-response" rev="2.0.1">
  <artifact name="unzip-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='unzip-response', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "unzip-response" % "2.0.1"
[org.webjars.npm/unzip-response "2.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

decompress-response

Decompress a HTTP response if needed

Decompresses the response from http.request if it's gzipped, deflated or compressed with Brotli, otherwise just passes it through.

Used by got.

Install

$ npm install decompress-response

Usage

const http = require('http');
const decompressResponse = require('decompress-response');

http.get('https://sindresorhus.com', response => {
	response = decompressResponse(response);
});

API

decompressResponse(response)

Returns the decompressed HTTP response stream.

response

Type: http.IncomingMessage

The HTTP incoming stream with compressed data.


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
2.0.1
1.0.0