[ 原始碼: node-got ]
套件:node-got(11.8.5+~cs58.13.36-3)
node-got 的相關連結
Debian 的資源:
下載原始碼套件 node-got:
- [node-got_11.8.5+~cs58.13.36-3.dsc]
- [node-got_11.8.5+~cs58.13.36.orig-cacheable-lookup.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-cacheable-request.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-clone-response.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-defer-to-connect.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-http-cache-semantics.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-http2-wrapper.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-keyv.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-normalize-url.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-resolve-alpn.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-responselike.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-sindresorhus-is.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-szmarczak-http-timer.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-types-cacheable-request.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-types-http-cache-semantics.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-types-keyv.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig-types-responselike.tar.gz]
- [node-got_11.8.5+~cs58.13.36.orig.tar.gz]
- [node-got_11.8.5+~cs58.13.36-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Simplified HTTP requests
This module provides a nicer interface to the built-in http module.
This module was created because request is bloated *(several megabytes!)*.
Highlights:
- Promise & stream API - Request cancellation - Follows redirects - Retries on network failure - Handles gzip/deflate - Timeout handling - Errors with metadata - JSON mode - WHATWG URL support - Electron support
Node.js is an event-based server-side JavaScript engine.
其他與 node-got 有關的套件
|
|
|
|
-
- dep: node-decompress-response
- Decompress a HTTP response if needed
-
- dep: node-get-stream
- Get a stream as a string, buffer, or array
-
- dep: node-json-buffer
- JSON functions that can convert buffers.
-
- dep: node-lowercase-keys
- Lowercase the keys of an object
-
- dep: node-mimic-response
- Mimic a Node.js HTTP response stream
-
- dep: node-p-cancelable (>= 2.0.0~)
- Create a promise that can be canceled
-
- dep: node-quick-lru
- Simple "Least Recently Used" (LRU) cache