- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.26
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.27
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 12 files changed
- 3 contributors
Commits on Mar 14, 2024
-
(wasm) fix: Form::text on wasm setting octet-stream mime type and fil…
…e name. (#2174) Unfortunately JS's fetch API is somewhat limited and only supports two options for multipart form data parts: 1) String with no file name and no mime type (which should be interpreted as text/plain). 2) Blob with a file name ("blob" if not provided by the user) and a mime type if provided by the user. Until this commit, reqwest always used the latter option, so when a user tried to add a text part with no file name, it would be sent with a mime type of `application/octet-stream` and the filename "blob". While we can't make the behaviour identical to the native implementation, we can do a best-effort approach, using option (1) as long as the user hasn't set a file name or a non plain text mime type.
Configuration menu - View commit details
-
Copy full SHA for 6904889 - Browse repository at this point
Copy the full SHA 6904889View commit details
Commits on Mar 18, 2024
-
refactor: Migrate trust-dns to hickory-dns
Signed-off-by: Xuanwo <github@xuanwo.io>
Configuration menu - View commit details
-
Copy full SHA for 2fe53c5 - Browse repository at this point
Copy the full SHA 2fe53c5View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0d2b47 - Browse repository at this point
Copy the full SHA d0d2b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf69fd4 - Browse repository at this point
Copy the full SHA cf69fd4View commit details
There are no files selected for viewing