Skip to navigation
How to get the url parameters with aiohttp
01.02.17
example url curl -X GET http://localhost:8080/products?name=foo example view/controller/handler function from aiohttp import web async def index(request): parameters = request.rel_url.query print(parameters['name'])
https://github.com/KeepSafe/aiohttp/issues/1509
Reply
Anonymous
Information Epoch 1732634999
Files are bags of bytes.
Home
Notebook
Contact us