api-performance-tests
api-performance-tests copied to clipboard
More tests
Things that we need tests for:
- [x] File upload
- [ ] Parsing of incoming data (Starlite + FastAPI only)
- [x] Handling of request bodies (text/form/json)
- [ ] Websockets (More complex, needs a different benchmarking tool)
- multipart form data (complex type, dictionary + files, dictionary only, files only, file list etc.)
- url encoded form data.
- reading of cookie parameters
- reading of header parameters