-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Checking headers to determine auto-streaming #1383
Merged
isidentical
merged 18 commits into
httpie:master
from
egleston:feature/check-auto-stream
May 6, 2022
Merged
Changes from 3 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
aeec428
parse Content-Type for type/subtype and optional parameters
5eb4633
check existence
fe50bc0
add optional parameters to Content-Type
582e00f
Update httpie/output/writer.py
egleston fd0d35c
Revert "add optional parameters to Content-Type"
9debf79
additional test that includes optional parameters
050e757
Refactor palette (#1378)
isidentical 2fb17ca
Update installation instructions for debian (#1373)
isidentical 1cb053d
Don't make bold the default for pie themes (#1385)
isidentical 60fa80e
Hide pretty help (#1384)
isidentical aaa88ae
Man page fixes (#1364)
isidentical 2d2d976
Automatic release update warnings. (#1336)
isidentical 9d2e5af
Contributors for 3.2.0 (#1374)
isidentical b1e54e0
Add missing changelog entries (#1386)
isidentical 91b1257
Final release prep for 3.2.0 (#1387)
isidentical 3e8089f
Create the virtual env for the build action.
isidentical a424f80
Use make install to get the dependencies as well
isidentical fbcff30
Merge branch 'httpie:master' into feature/check-auto-stream
egleston File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we reference this (and
text/event-stream
) string in different places now, it might make sense to hoist them to the global scope as a constant (just to the top of the file). E.g.: