Closed rubbish822 closed 10 months ago
@rubbish822 which framework is that?
@rubbish822 which framework is that?
Django.
@rubbish822 which framework is that?
Django.
Fastapi
@rubbish822 which framework is that?
Django.
ASGI or WSGI?
@rubbish822 which framework is that?
Django.
ASGI or WSGI?
WSGI
@rubbish822 which framework is that?
Django.
ASGI or WSGI?
WSGI
ASGI also has the same problem.
`curl -i localhost:8000/items/2023-12-22%3C--%3E2023-12-29 HTTP/1.1 200 OK server: granian content-length: 51 content-type: application/json date: Thu, 28 Dec 2023 04:04:56 GMT
{"item_id":"2023-12-22%3C--%3E2023-12-29","q":null}`
`curl -i localhost:8000/items/2023-12-22%3C--%3E2023-12-29 HTTP/1.1 200 OK date: Thu, 28 Dec 2023 04:05:20 GMT server: uvicorn content-length: 47 content-type: application/json
{"item_id":"2023-12-22<-->2023-12-29","q":null}`