Skip to main content
Module

x/opineHttpProxy/egg.json

Proxy middleware for Deno Opine HTTP servers.
Go to Latest
File
{ "name": "opine-http-proxy", "description": "Proxy middleware for Deno Opine HTTP servers.", "version": "3.1.0", "repository": "https://github.com/cmorten/opine-http-proxy", "stable": true, "files": [ "./mod.ts", "./deps.ts", "./version.ts", "./src/**/*", "./README.md", "./LICENSE.md", "./.github/CHANGELOG.md" ], "checkFormat": false, "checkTests": false, "checkInstallation": false, "check": false, "entry": "./mod.ts", "homepage": "https://github.com/cmorten/opine-http-proxy", "ignore": [], "unlisted": false}