Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 25 of 36) sorted by relevance

12

/curl/tests/libtest/
H A Dlib1537.c36 char *raw; in test() local
58 raw = curl_easy_unescape(NULL, ptr, (int)strlen(ptr), &outlen); in test()
61 memcmp(raw, a, outlen) ? "no" : "YES"); in test()
62 curl_free(raw); in test()
65 raw = curl_unescape(ptr, (int)strlen(ptr)); in test()
66 if(!raw) { in test()
70 outlen = (int)strlen(raw); in test()
73 memcmp(raw, a, outlen) ? "no" : "YES"); in test()
74 curl_free(raw); in test()
/curl/docs/cmdline-opts/
H A Draw.md4 Long: raw
5 Help: Do HTTP raw; no transfer decoding
13 - --raw $URL
16 # `--raw`
19 encodings and instead makes them passed on unaltered, raw.
H A Ddata-raw.md4 Long: data-raw
14 - --data-raw "hello" $URL
15 - --data-raw "@at@at@" $URL
18 # `--data-raw`
H A Ddata.md16 - data-raw
30 --data-raw is almost the same but does not have a special interpretation of
45 interpretation use --data-raw instead.
H A Ddata-ascii.md13 - data-raw
H A Djson.md14 - data-raw
H A Ddata-urlencode.md13 - data-raw
H A DMakefile.inc76 data-raw.md \
235 raw.md \
H A Dheader.md29 global level. It does not affect raw uploaded mails (Added in 7.56.0).
/curl/tests/data/
H A Dtest31938 HTTP GET gzip transfer-encoded data in raw mode
41 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
H A Dtest32649 HTTP GET chunked data in raw mode
52 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
H A Dtest37233 --raw http://%HOSTIP:%HTTPPORT/binary-zero-in-data-section/%TESTNUMBER
H A Dtest230139 WebSockets via callback (raw mode) + curl_ws_send()
H A Dtest84243 # The protocol section doesn't support ways of specifying the raw data in the
H A Dtest232178 HTTP GET deflate raw-compressed content
/curl/docs/libcurl/opts/
H A DCURLOPT_WS_OPTIONS.md41 Deliver "raw" WebSocket traffic to the CURLOPT_WRITEFUNCTION(3)
44 In raw mode, libcurl does not handle pings or any other frame for the
H A DCURLOPT_SSH_KEYFUNCTION.md43 base64 if len is zero, otherwise to the "raw"
/curl/lib/vtls/
H A Dmbedtls.c513 const char *beg = (const char *) cur->raw.p; in mbed_extract_certinfo()
514 const char *end = beg + cur->raw.len; in mbed_extract_certinfo()
1026 if(!peercert || !peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(p) ||
1027 !peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(len)) {
1029 if(!peercert || !peercert->raw.p || !peercert->raw.len) {
1054 peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(p),
1055 peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(len))) {
1057 if(mbedtls_x509_crt_parse_der(p, peercert->raw.p, peercert->raw.len)) {
/curl/docs/libcurl/
H A Dcurl_easy_recv.md19 curl_easy_recv - receives raw data on an "easy" connection
31 This function receives raw data from the established connection. You may use
H A Dcurl_mime_data.md72 curl_mime_data(part, "raw contents to send", CURL_ZERO_TERMINATED);
H A Dcurl_easy_send.md19 curl_easy_send - sends raw data over an "easy" connection
H A Dcurl_ws_send.md47 If not sending a partial fragment or if this is raw mode, *fragsize*
H A Dlibcurl-ws.md68 libcurl can be told to speak WebSocket in "raw mode" by setting the
/curl/docs/
H A Doptions-in-versions42 --data-raw 7.43.0
200 --raw 7.16.2
/curl/src/
H A Dtool_cfgable.h249 bool raw; member

Completed in 52 milliseconds

12