Nets
nothing but nets. http client that works in node and browsers
Install / Use
/learn @max-mapper/NetsREADME
nets
Mac/Linux | Windows
------------ | --------------
|
Nothin but nets. HTTP client that works the same in node and browsers
Uses xhr for browsers and request for node
get
var nets = require("nets")
nets({ url: "http://placekitten.com/g/400/400" }, function(err, resp, body) {
// body is a Buffer containing the image
})
Note that nets returns data as Buffers by default, in both node and in browsers. You can pass {encoding: undefined} to turn this off.
post
var nets = require("nets")
nets({
body: '{"foo": "bar"}',
url: "/foo",
method: "POST",
headers: {
"Content-Type": "application/json"
}
}, function done (err, resp, body) {
})
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

