We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac0657 commit e7b81f2Copy full SHA for e7b81f2
language/context/http.xml
@@ -49,6 +49,13 @@
49
Thus it is not recommended to set a <literal>Host:</literal> header,
50
if <parameter>follow_location</parameter> is enabled.
51
</para>
52
+ <para>
53
+ String value should be <literal>Key: value</literal> pairs delimited by
54
+ <literal>\r\n</literal>, e.g.
55
+ <literal>"Content-Type: application/json\r\nConnection: close"</literal>.
56
+ Array value should be a list of <literal>Key: value</literal> pairs, e.g.
57
+ <literal>["Content-Type: application/json", "Connection: close"]</literal>.
58
+ </para>
59
</listitem>
60
</varlistentry>
61
<varlistentry xml:id="context.http.user-agent">
0 commit comments