Skip to main content
This release is 1 version behind 0.2.0 — the latest version of @temelj/request. Jump to latest

Built and signed on GitHub Actions

Utilities for working with HTTP requests.

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
3 weeks ago (0.1.8)

@temelj/request


Utilities for working with HTTP requests.

Created by Tin Rabzelj jsr License

jsr   •   npm   •   Issues   •   @tinrab


Installation

# npm
$ npm install @temelj/request
# jsr
$ deno add jsr:@temelj/request # or jsr add @temelj/request

About

This package is part of Temelj - a big standard library for TypeScript.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@temelj/request

Import symbol

import * as request from "@temelj/request";

---- OR ----

Import directly with a jsr specifier

import * as request from "jsr:@temelj/request";

Add Package

npx jsr add @temelj/request

Import symbol

import * as request from "@temelj/request";

Add Package

yarn dlx jsr add @temelj/request

Import symbol

import * as request from "@temelj/request";

Add Package

pnpm dlx jsr add @temelj/request

Import symbol

import * as request from "@temelj/request";

Add Package

bunx jsr add @temelj/request

Import symbol

import * as request from "@temelj/request";