Blazing iconBlazing
Beginner6 minWeb Endpoints Advanced

GET Endpoint with Query Params

Exposes a GET endpoint using @app.endpoint(path='/greet', method='GET') that reads URL query parameters and returns a greeting — demonstrates query param binding for Blazing HTTP endpoints — uses FastAPI, uvicorn.

#fastapi#http#python#uvicorn

No code available for . View the full source on GitHub.

View Source Code