We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Concentrate test examples in a dedicated test/<test-case>/ in the root of this repo. Suggested list of tests to implement.
test/<test-case>/
Request / Response:
response-codes
query-parameters
json-body
x-www-form-urlencoded
static-file
jwt
middleware
Internals:
application-state
custom-response
error-handling
threads
Protocols:
stream
multipart-stream
websocket
http/2
https
protobuf
sse
External integration:
mock-db
sqlx
diesel-rs
If you think of other scenarios I can add them to the list above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Concentrate test examples in a dedicated
test/<test-case>/
in the root of this repo.Suggested list of tests to implement.
Request / Response:
response-codes
query-parameters
json-body
x-www-form-urlencoded
static-file
jwt
middleware
Internals:
application-state
custom-response
error-handling
threads
Protocols:
stream
multipart-stream
websocket
http/2
https
protobuf
sse
External integration:
mock-db
sqlx
diesel-rs
If you think of other scenarios I can add them to the list above.
The text was updated successfully, but these errors were encountered: