Searched refs:encoding (Results 1 – 25 of 68) sorted by relevance
123
/curl/docs/cmdline-opts/ |
H A D | tr-encoding.md | 4 Long: tr-encoding 6 Help: Request compressed transfer encoding 13 - --tr-encoding $URL 16 # `--tr-encoding`
|
H A D | raw.md | 11 - tr-encoding
|
H A D | form-escape.md | 19 instead of percent-encoding.
|
/curl/tests/data/ |
H A D | test373 | 6 chunked transfer encoding 56 Chunked transfer encoding - Multiple valid chunks with binary zeros. 62 http://%HOSTIP:%HTTPPORT/chunked-transfer-encoding/%TESTNUMBER 68 GET /chunked-transfer-encoding/%TESTNUMBER HTTP/1.1
|
H A D | test1073 | 4 # because chunked encoding is unavailable, so the request must fail. 42 with chunked encoding 67 with chunked encoding
|
H A D | test1546 | 40 HTTP transfer-encoding wrong order 43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
H A D | test1072 | 4 # because chunked encoding is unavailable, so the request must fail. 48 with chunked encoding 73 with chunked encoding
|
H A D | test1170 | 47 HTTP GET transfer-encoding with removed Connection: 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection:"
|
H A D | test1171 | 47 HTTP GET transfer-encoding with blanked Connection: 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection;"
|
H A D | test1125 | 47 HTTP GET transfer-encoding with custom Connection: 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding -H "Connection: close"
|
H A D | test98 | 29 HTTP PUT from stdin with set size, disabling chunked transfer-encoding
|
H A D | test1124 | 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
H A D | test218 | 29 HTTP PUT from a file but enforce chunked transfer-encoding
|
H A D | test510 | 35 send HTTP POST using read callback, using chunked transfer-encoding
|
H A D | test1277 | 56 <?xml version="1.0" encoding="ISO-8859-1"?> 182 HTTP GET with both content and transfer encoding 185 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding --compressed
|
H A D | test418 | 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -sS --tr-encoding
|
H A D | test1122 | 52 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
|
/curl/docs/libcurl/ |
H A D | curl_mime_encoder.md | 20 curl_mime_encoder - set a mime part's encoder and content transfer encoding 27 CURLcode curl_mime_encoder(curl_mimepart *part, const char *encoding); 36 *encoding* is a pointer to a null-terminated encoding scheme. It may be 37 set to NULL to disable an encoder previously attached to the part. The encoding 47 Supported encoding schemes are: 56 "*base64*": Data is converted to base64 encoding, then split in
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MIME_OPTIONS.md | 32 Boolean flag used while encoding a MIME tree or multipart form data. 39 backslash-escaping algorithm rather than percent-encoding (HTTP only). 42 a backslash. Percent encoding maps all occurrences of double quote, 45 Before version 7.81.0, percent-encoding was never applied. 48 transitioned to use percent-encoding. This option allows one to address
|
H A D | CURLOPT_POST.md | 42 transfer-encoding or you must set the size of the data with the 44 options. To enable chunked encoding, you simply pass in the appropriate 54 size before starting the POST if you use chunked encoding. You enable this by 58 uses chunked encoding for POSTs if the size is unknown.)
|
H A D | CURLOPT_CONV_FROM_UTF8_FUNCTION.md | 17 CURLOPT_CONV_FROM_UTF8_FUNCTION - convert data from UTF8 to host encoding 45 CURLOPT_CONV_FROM_UTF8_FUNCTION(3) converts to host encoding from UTF8 46 encoding. It is required only for SSL processing.
|
H A D | CURLOPT_CONV_TO_NETWORK_FUNCTION.md | 17 CURLOPT_CONV_TO_NETWORK_FUNCTION - convert data to network from host encoding 45 CURLOPT_CONV_TO_NETWORK_FUNCTION(3) converts from host encoding to the 46 network encoding. It is used when commands or ASCII data are sent over the
|
H A D | CURLOPT_CONV_FROM_NETWORK_FUNCTION.md | 17 CURLOPT_CONV_FROM_NETWORK_FUNCTION - convert data from network to host encoding 45 CURLOPT_CONV_FROM_NETWORK_FUNCTION(3) converts to host encoding from the 46 network encoding. It is used when commands or ASCII data are received over the
|
H A D | CURLOPT_ACCEPT_ENCODING.md | 30 Pass a char pointer argument specifying what encoding you would like. 43 Alternatively, you can specify exactly the encoding or list of encodings you 60 must be set (to any non-NULL value) or else any unsolicited encoding done by
|
/curl/.github/scripts/ |
H A D | spellcheck.yaml | 15 encoding: utf-8
|
Completed in 25 milliseconds
123