JSPM

  • Created
  • Published
  • Downloads 1870
  • Score
    100M100P100Q117665F

Node.js https module for Gjs

Package Exports

  • @gjsify/https
  • @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/https

Usage

import { Agent } from '@gjsify/https';

const agent = new Agent({ keepAlive: true });

License

MIT