mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:57:15 +03:00
parent
9243ed59b3
commit
abd400a972
1 changed files with 3 additions and 1 deletions
|
|
@ -55,9 +55,11 @@ To insert a sequence of bytes from a hex encoded string, use this syntax:
|
||||||
|
|
||||||
%hex[ %XX-encoded data to decode ]hex%
|
%hex[ %XX-encoded data to decode ]hex%
|
||||||
|
|
||||||
|
Other bytes within the brackets that not percent encoded are inserted as-is.
|
||||||
|
|
||||||
For example, to insert the binary octets 0, 1 and 255 into the test file:
|
For example, to insert the binary octets 0, 1 and 255 into the test file:
|
||||||
|
|
||||||
%hex[ %00%01%FF ]hex%
|
%hex[%00%01%FF]hex%
|
||||||
|
|
||||||
## Repeat content
|
## Repeat content
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue