Skip to content

Support FastAPI Web Applications #71

@bliutech

Description

@bliutech

Besides Flask, another popular framework for build Python web applications is FastAPI. While Flask is WSGI and FastAPI is ASGI, they support similar TestClient interfaces which can be used as the executor for TaintMonkey. This task involves adding support for FastAPI by implementing a TaintClient and TaintRequest equivalent to integrate the FastAPI TestClient.

https://fastapi.tiangolo.com/tutorial/testing/#using-testclient

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions