Package Exports
- @gjsify/https
- @gjsify/https/browser
- @gjsify/https/globals
Readme
@gjsify/https
GJS partial implementation of the Node.js https module. Provides Agent with stub request/get.
Part of the gjsify project — Node.js and Web APIs for GJS (GNOME JavaScript).
Installation
npm install @gjsify/https
# or
yarn add @gjsify/httpsUsage
import { Agent } from '@gjsify/https';
const agent = new Agent({ keepAlive: true });License
MIT