UNPKG

@hugoalh/http-header-retry-after

Version:

A module to handle the HTTP header `Retry-After` according to the specification RFC 9110.

43 lines 931 B
{ "name": "@hugoalh/http-header-retry-after", "version": "1.3.0", "description": "A module to handle the HTTP header `Retry-After` according to the specification RFC 9110.", "keywords": [ "header", "http", "retry-after", "rfc9110" ], "homepage": "https://github.com/hugoalh/http-header-retry-after-es#readme", "bugs": { "url": "https://github.com/hugoalh/http-header-retry-after-es/issues" }, "license": "MIT", "author": "hugoalh", "type": "module", "main": "./mod.js", "module": "./mod.js", "exports": { ".": { "import": { "types": "./mod.d.ts", "default": "./mod.js" } } }, "types": "./mod.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hugoalh/http-header-retry-after-es.git" }, "scripts": {}, "devDependencies": { "@types/node": "^20.9.0" }, "engines": {}, "private": false, "publishConfig": { "access": "public" }, "_generatedBy": "dnt@dev" }