JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 227
  • Score
    100M100P100Q90052F
  • License Apache-2.0

Architect HTTP proxy distribution, extracted from @architect/functions (arc.http.proxy)

Package Exports

  • @architect/http-proxy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/http-proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@architect/http-proxy

Architect HTTP proxy distribution, extracted from @architect/functions (arc.http.proxy)

GitHub CI status

Updating the HTTP proxy:

  • npm run build
    • Reinstalls @architect/functions
    • If a new version is found:
      • Creates a fresh bundle
      • Updates and writes package[-lock].json
      • Creates a git commit + git tag (similar to npm version...)

Run npm run build; if there's an update, simply git push, and CI/CD will publish the updated package.