-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Comparing changes
Open a pull request
base repository: httpie/cli
base: 3.2.3
head repository: httpie/cli
compare: master
- 12 commits
- 11 files changed
- 10 contributors
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4cf43e - Browse repository at this point
Copy the full SHA f4cf43eView commit details
Commits on Oct 28, 2024
-
Update the Forms section of README.md (#1593)
The Forms section of README.md was missing what the data fields are serialized as.
Configuration menu - View commit details
-
Copy full SHA for 50e1564 - Browse repository at this point
Copy the full SHA 50e1564View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3037327 - Browse repository at this point
Copy the full SHA 3037327View commit details -
Added an alias for HTTPS in fish completions (#1598)
Ensure that fish completion is working with the `https` command. It just wraps the identical completions from `http` to `https`.
Configuration menu - View commit details
-
Copy full SHA for 9eb8699 - Browse repository at this point
Copy the full SHA 9eb8699View commit details -
Fix link to CurliPie tool (#1582)
* Fix link to CurliPie tool * Use the link to web version for CurliPie Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com> --------- Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cee82c8 - Browse repository at this point
Copy the full SHA cee82c8View commit details
Commits on Nov 1, 2024
-
Explicitly load default certificates when creating SSL context (#1583) (
#1596) * Explicitly load default certificates when creating SSL context (#1583) Requests prior to 2.32.3 always loaded the default (system-wide) set of trusted certificates into custom SSL contexts. 2.32.3 no longer does. This has broken a lot of users, but the fix is moving slowly upstream due to security considerations - see psf/requests#6730 and psf/requests#6731 . As suggested at psf/requests#6710 (comment) this can be worked around by explicitly loading the default certificates into the context. We check the method exists before calling it just to be safe, it was added in Python 3.4. Signed-off-by: Adam Williamson <awilliam@redhat.com> * Drop the upper bound on the requests dependency again As we can now work with requests 2.32.3+, we no longer need this pin. Signed-off-by: Adam Williamson <awilliam@redhat.com> --------- Signed-off-by: Adam Williamson <awilliam@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fd30c4e - Browse repository at this point
Copy the full SHA fd30c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff74258 - Browse repository at this point
Copy the full SHA ff74258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef4a57 - Browse repository at this point
Copy the full SHA 2ef4a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8560d11 - Browse repository at this point
Copy the full SHA 8560d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2105caa - Browse repository at this point
Copy the full SHA 2105caaView commit details -
[automated] Update generated content (#1607)
Co-authored-by: jkbrzt <jkbrzt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2843b87 - Browse repository at this point
Copy the full SHA 2843b87View commit details
Commits on Dec 17, 2024
-
Fix
https
behaviour in fish (#1611)Using the name `https` to invoke HTTPie should make HTTPie default to the https:// scheme, but using a fish function to replace invocations of `https` with invocations of `http` defeats this behaviour. Instead, just tell fish to complete `https` in the same way as `http`.
Configuration menu - View commit details
-
Copy full SHA for 5b604c3 - Browse repository at this point
Copy the full SHA 5b604c3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.2.3...master