Nate Prewitt
91cdb22a4b
Update Requests documentation links ( #1414 )
2022-06-17 14:04:42 -07:00
Batuhan Taskaya
3b734fb0bc
Fix a misput backtick
2022-05-16 10:10:51 +03:00
Jan Brasna
8abe47969e
Improve single-binary method wording ( #1399 )
2022-05-10 19:55:31 +03:00
Batuhan Taskaya
7fd34fc8ce
Fix-up standalone binary docs. ( #1396 )
2022-05-09 19:22:20 +03:00
Batuhan Taskaya
f09e7564e7
Standalone binary documentation.
2022-05-09 09:01:59 +03:00
Batuhan Taskaya
003f2095d4
Automatic release update warnings. ( #1336 )
...
* Hide pretty help
* Automatic release update warnings.
* `httpie cli check-updates`
* adapt to the new loglevel construct
* Don't make the pie-colors the bold
* Apply review feedback.
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-05-05 11:18:20 -07:00
Batuhan Taskaya
f9b5c2f696
Man page fixes ( #1364 )
...
- Highlighting for options (-x, --x) now doesn't strip the prefix (may be whitespace).
- Escape sequences are now cross-platform compatible (directly taken by groff/troff [man's renderer])
- Now we check for the section before displaying the man pages.
- On MacOS, there is HTTP(n) which is different from our HTTP(1). This used to conflict with it, and we showed the wrong page. Now we specifically ask foir HTTP(1).
- Errors that might happen (e.g non executable man command) is now suppressed. So in the worst case (if anything regarding man execution goes wrong), we'll always display the manual.
- Docs for man pages.
- HTTPie man pages.
- Epilog for the man pages (see also)
- Auto-generated comments.
2022-05-05 11:17:37 -07:00
Batuhan Taskaya
7a4fb5d966
Update installation instructions for debian ( #1373 )
2022-05-05 08:40:52 -07:00
Batuhan Taskaya
0f9fd76852
Deprecate --history-print ( #1380 )
2022-05-03 06:29:02 -07:00
Batuhan Taskaya
c157948531
Add httpie cli plugins
in favor of the new cli namespace. ( #1320 )
...
* Add `httpie cli plugins` in favor of the new cli namespace.
* Separate each task to individual modules.
* Move httpie.manager.plugins to httpie.manager.tasks.plugins
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2022-04-03 06:06:42 -07:00
Jakub Roztocil
6787a2bd29
Fix/tweak docs
2022-03-14 16:34:17 +01:00
Ethan Mills
9d2864b966
Fix broken docs link ( #1322 )
2022-03-12 15:09:01 -08:00
Batuhan Taskaya
8efa7cb04d
Add table headers for upgrade flags ( #1314 )
2022-03-08 16:43:09 +03:00
Batuhan Taskaya
266c6375c6
Release prep for 3.1.0 ( #1313 )
2022-03-08 01:50:09 +03:00
Batuhan Taskaya
77af4c7a5c
Decouple parser definition from argparse ( #1293 )
2022-03-08 01:34:04 +03:00
Batuhan Taskaya
7509dd4e6c
Fix documentation styling errors.
2022-03-07 23:29:48 +03:00
Jakub Roztocil
0a873172c9
Tweak SECURITY and add a Security policy section to docs
2022-03-07 23:29:48 +03:00
Jakub Roztocil
614866eeb2
Polish sessions docs
2022-03-07 23:29:48 +03:00
Batuhan Taskaya
395914fb4d
Apply suggestions from the review
2022-03-07 23:29:48 +03:00
Batuhan Taskaya
65ab7d5caa
Implement new style cookies
2022-03-07 23:29:48 +03:00
Batuhan Taskaya
15013fd609
Implement support for private key passphrases
2022-03-07 16:09:07 +03:00
Hoylen Sue
c901e70463
Replaced unmaintained OAuth plugin with new httpie-oauth1 plugin. ( #1302 )
2022-03-03 08:31:06 -08:00
Sebastian Stasiak
30cd862fc0
Update commands for Arch ( #1306 )
2022-03-01 00:57:23 +03:00
Batuhan Taskaya
225dccb218
Regulate top-level arrays ( #1292 )
...
* Redesign the starting path
* Do not cast `:=[1,2,3]` to a top-level array
2022-02-08 15:18:40 -08:00
Batuhan Taskaya
d45f413f12
Make the version point to 3.0.3.dev0
( #1291 )
2022-02-03 01:47:06 -08:00
Batuhan Taskaya
212000199e
docs: fix the nested json example ( #1278 )
2022-01-24 18:00:54 +03:00
Jakub Roztocil
700dbeddb0
Typos
2022-01-24 01:51:53 +01:00
Jakub Roztocil
202f59e04a
Tweak nested JSON docs
2022-01-23 18:36:18 +01:00
Jakub Roztocil
ba0c1ab258
Tweak auth docs
2022-01-23 17:24:29 +01:00
Jakub Roztocil
217cf8ddae
Document auto-stream
2022-01-23 17:17:58 +01:00
Jakub Roztocil
859e442083
Docs
2022-01-23 16:59:07 +01:00
Jakub Roztocil
4e59bbfae6
Docs
2022-01-23 16:52:31 +01:00
Jakub Roztocil
caa8fb9058
Tweak response meta docs
...
- expand response meta section
- add examples
- interlink sections
2022-01-23 14:35:20 +01:00
Jakub Roztocil
c815e21ef9
Fix time elapsed ( #1277 )
...
* Show the actual time elapsed; add docs
* `requests.Response._headers_parsed_at` → `requests.Response._httpie_headers_parsed_at`
* Add `ELAPSED_TIME_LABEL` constant
* Tweak docs
* Tweak docs
* Allow multiple blank lines in Markdown files
* Add rudimentary tests for --meta with different --style’s
* Cleanup tests
* Cleanup tests
* Cleanup tests
2022-01-23 04:52:38 -08:00
Batuhan Taskaya
88140422a9
3.0 release prep ( #1272 )
2022-01-21 20:34:38 +03:00
Jakub Roztocil
d2d40eb336
Finish docs for v3.0.0 ( #1269 )
...
* WIP
* Rewrite the introduction segment of the Nested JSON
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
2022-01-21 20:24:07 +03:00
Batuhan Taskaya
cd877a5e08
Remove 3.6 support / discontinue less available platforms ( #1267 )
...
* Remove redundant systems
* Drop it from the docs
* Remove the packaging info about the legacy systems
* Fix some typos
* Drop support for python 3.6
2022-01-14 08:49:05 -08:00
Batuhan Taskaya
eb4e32ca28
A few edits
2022-01-13 19:54:43 +03:00
Batuhan Taskaya
980bd59e29
Rewrite the docs
2022-01-13 19:54:43 +03:00
Greg Myers
508788ca56
Fix two typos in docs/README.md ( #1261 )
...
contaning -> containing
overwriten -> overwritten
Co-authored-by: greg <gmyers@gitlab.com>
2022-01-10 02:48:42 -08:00
Batuhan Taskaya
0e10e23dca
Mention explicitly about prompted passwords are stored as raw in the docs
2021-12-29 12:03:44 +03:00
Batuhan Taskaya
f3b500119c
Implement basic metrics layout & total elapsed time ( #1250 )
...
* Initial metadata processing
* Dynamic coloring and other stuff
* Use -vv / --meta
* More testing
* Cleanup
* Tweek message
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-23 12:13:25 -08:00
Batuhan Taskaya
be87da8bbd
Formalize @ suffix for all operators ( #1225 )
...
* Formalize @ suffix for all operators
* Separate the section
* Address suggestions
2021-12-23 11:06:35 -08:00
Batuhan Taskaya
8dc6c0df77
Implement new pie
and pie-light
styles ( #1238 )
...
* Implement new `pie` and `pie-light` styles
* Change some pallete
* Integrate the color palette
* some docs
* some docs
* Rework on code generation
* Apply suggestions from code review
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-19 02:41:42 -08:00
Batuhan Taskaya
a5d8b51e47
Implement httpie upgrade
for upgrading plugins ( #1241 )
...
* Implement `httpie upgrade` for upgrading plugins
* Support upgrades for every installation type
* Fix decoding problems
2021-12-16 23:59:39 -08:00
Batuhan Taskaya
3db1cdba4c
Don't inconsistently add XML declarations ( #1227 )
2021-12-14 07:15:19 -08:00
Batuhan Taskaya
df58ec683e
Add nested JSON syntax to the HTTPie DSL ( #1224 )
...
* Add support for nested JSON syntax (#1169 )
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
* minor improvements
* unpack top level lists
* Write more docs
* doc style changes
* fix double quotes
Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-12-03 02:17:45 -08:00
Batuhan Taskaya
ba8e4097e8
Support ==@ syntax for query parameter values from file ( #1218 )
...
Co-authored-by: Vladimir Berkutov <vladimir.berkutov@gmail.com>
Co-authored-by: Vladimir Berkutov <vladimir.berkutov@gmail.com>
2021-12-01 10:09:39 -08:00
Batuhan Taskaya
00b366a81f
Implement Bearer Auth ( #1216 )
2021-12-01 09:37:57 -08:00
Batuhan Taskaya
245cede2c2
cmd: Implement httpie plugins interface ( #1200 )
2021-11-30 11:12:51 +03:00