1httpie(1) HTTPie Manual httpie(1)
2
3
4
6 httpie
7
9 httpie
10
12 Managing interface for the HTTPie itself. <https://httpie.io/docs#man‐
13 ager>
14
15 Be aware that you might be looking for http/https commands for sending
16 HTTP requests. This command is only available for managing the HTTTPie
17 plugins and the configuration around it.
18
19
20 If you are looking for the man pages of http/https commands, try one of
21 the following:
22 $ man http
23 $ man https
24
25
26
28 Export available options for the CLI
29
30 -f, --format
31
32 Format to export in.
33
34
36 Check for updates
37
39 Upgrade the given HTTPie session with the latest layout. A list of
40 changes between different session versions can be found in the official
41 documentation.
42
43 HOSTNAME
44
45 The host this session belongs.
46
47
48 SESSION_NAME_OR_PATH
49
50 The name or the path for the session that will be upgraded.
51
52
53 --bind-cookies
54
55 Bind domainless cookies to the host that session belongs.
56
57
59 Upgrade all named sessions with the latest layout. A list of changes
60 between different session versions can be found in the official docu‐
61 mentation.
62
63 --bind-cookies
64
65 Bind domainless cookies to the host that session belongs.
66
67
69 Install the given targets from PyPI or from a local paths.
70
71 TARGET
72
73 targets to install
74
75
77 Upgrade the given plugins
78
79 TARGET
80
81 targets to upgrade
82
83
85 Uninstall the given HTTPie plugins.
86
87 TARGET
88
89 targets to install
90
91
93 List all installed HTTPie plugins.
94
96 Install the given targets from PyPI or from a local paths.
97
98 TARGET
99
100 targets to install
101
102
104 Upgrade the given plugins
105
106 TARGET
107
108 targets to upgrade
109
110
112 Uninstall the given HTTPie plugins.
113
114 TARGET
115
116 targets to install
117
118
120 List all installed HTTPie plugins.
121
122HTTPie 3.2.1 2022-05-06 httpie(1)