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
No description provided.
The text was updated successfully, but these errors were encountered:
You can find the compiled example here: https://github.com/0x676e67/rquest/blob/main/.github/compilation-guide/build.yml
Its API is almost the same as reqwest, except for TLS, and the original base is extended with more practical methods
The client is designed to be consistent with the client of reqwest. You don't have to wrap Client in [Rc] or [Arc] to reuse it, since it already uses [Arc] internally, you only need to clone and reuse it. Here are some examples of errors that some users made when using the Client: https://github.com/hominsu/deeplx-rs/blob/3e9a9078dc13255b0aca908c5f6648dc14bee7c4/src/skeleton/translate.rs#L140
Client
Rc
Arc
For documentation:
rquest/src/client/http.rs
Line 67 in 2898bd5
You can view more documents and examples to learn how to use other APIs
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: