fastapi-proxy-lib icon indicating copy to clipboard operation
fastapi-proxy-lib copied to clipboard

HTTP/WebSocket proxy for starlette/FastAPI

Results 14 fastapi-proxy-lib issues
Sort by recently updated
recently updated
newest added
trafficstars

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.6.9) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.10.0](https://github.com/psf/black-pre-commit-mirror/compare/24.3.0...24.10.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.13.0 → v9.18.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.13.0...v9.18.0)

# Summary ## Added - support asyncio and [Trio](https://trio.readthedocs.io/) through [AnyIO](https://anyio.readthedocs.io/) - support sending [websocket denial response](https://www.starlette.io/websockets/#send-denial-response) - support sending headers during websocket handshake - add tests for [hypercorn ](https://github.com/pgjones/hypercorn)server...

help wanted

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. Release notes Sourced from actions/deploy-pages's releases. v4.0.0 Changelog Deploy pages using artifact IDs @​konradpabjan (#251) :warning: This version of actions/deploy-pages is ONLY compatible with...

dependencies
github_actions

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. Release notes Sourced from actions/upload-pages-artifact's releases. v3.0.0 Changelog Use v4 upload-artifact tag @​robherley (#80) Upload pages artifact with upload-artifact v4-beta @​konradpabjan (#78) To deploy...

dependencies
github_actions

## PR #19 #20 may carry a potential risk of disrupting the [publish.yml](https://github.com/WSH032/fastapi-proxy-lib/blob/main/.github/workflows/publish.yml) workflow. The [v4 versions](https://github.com/actions/download-artifact/releases/tag/v4.0.0) of `actions/upload-artifact` and `actions/download-artifact` no longer allow uploading multiple files to the same...

help wanted

# Summary First off all, Sean @WSH032, thanks for this library I added one more example to [Advanced usage](https://github.com/WSH032/fastapi-proxy-lib/blob/main/docs/Usage/Advanced.md) My example can be useful for API A/B testing or hiding...

- bump `typing_extensions` from `4.5.0` to `4.12.0` - explicitly add `anyio` as a dependency - fix docs `host` typo - fix broken `httpx` authentication docs link - refactor `tool_4_test_fixture` to...

## Have you discussed it? - [x] I have discussed this feature request in discussions, and developers ask me directly to create an issue here. ### Discussed in https://github.com/WSH032/fastapi-proxy-lib/discussions/39 Originally...

enhancement