Searched refs:encode (Results 1 – 25 of 31) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | data-urlencode.md | 31 URL-encode the content and pass that on. Just be careful so that the content 36 URL-encode the content and pass that on. The preceding `=` symbol is not 40 URL-encode the content part and pass that on. Note that the name part is 44 load data from the given file (including any newlines), URL-encode that data 48 load data from the given file (including any newlines), URL-encode that data
|
H A D | user-agent.md | 21 Specify the User-Agent string to send to the HTTP server. To encode blanks in
|
H A D | data.md | 32 --data-binary option. To URL-encode the value of a form field you may use
|
H A D | upload-file.md | 52 formatted correctly by the user as curl does not transcode nor encode it
|
/curl/tests/data/ |
H A D | test1302 | 19 base64 encode/decode unit tests
|
/curl/lib/ |
H A D | curl_krb5.h | 34 int (*encode)(void *, const void *, int, int, void **); member
|
/curl/tests/ |
H A D | dictserver.py | 81 self.request.sendall(rsp.encode("utf-8")) 102 self.request.sendall(response.encode("utf-8"))
|
H A D | negtelnetserver.py | 91 if VERIFIED_REQ.encode('utf-8') in data: 98 response_data = response.encode('utf-8') 101 response_data = data.decode('utf-8').strip().encode('utf-8')
|
H A D | smbserver.py | 335 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8') 356 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
|
/curl/docs/libcurl/ |
H A D | curl_easy_escape.md | 18 curl_easy_escape - URL encode a string 55 components that may not be URL encoded already, you cannot just URL encode the
|
H A D | curl_escape.md | 17 curl_escape - URL encode a string
|
H A D | libcurl-url.md | 145 URL encode, the encoding process skips the '=' character. For example, append 146 "candy=N&N" to what we already have, and URL encode it to deal with the
|
H A D | curl_mime_encoder.md | 95 /* encode file data in base64 for transfer */
|
H A D | curl_url_set.md | 147 The query part gets spaces converted to pluses when asked to URL encode on set 234 *CURLU_URLENCODE* is also set, which then makes libcurl URL encode the
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXYUSERPWD.md | 34 should encode it as %3A. (This is different to how CURLOPT_USERPWD(3) is
|
H A D | CURLOPT_POSTFIELDS.md | 36 encode it in any way. For example, a web server may assume that this data is 48 You can use curl_easy_escape(3) to URL encode your data, if
|
H A D | CURLOPT_PINNEDPUBLICKEY.md | 110 # sha256 hash and base64 encode der to string for use
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 107 # sha256 hash and base64 encode der to string for use
|
/curl/tests/http/testenv/ |
H A D | httpd.py | 127 input=intext.encode() if intext else None, 233 fd.write(JSONEncoder().encode(data)) 238 fd.write(JSONEncoder().encode(data))
|
H A D | caddy.py | 154 fd.write(JSONEncoder().encode(data))
|
H A D | curl.py | 242 return ''.join(self._stdout).encode() 433 json.JSONEncoder(indent=2).encode(x), 782 p.communicate(input=intext.encode(), timeout=1) 800 input=intext.encode() if intext else None,
|
/curl/tests/http/ |
H A D | test_11_unix.py | 81 { "host": "faked" }""".encode())
|
/curl/packages/vms/ |
H A D | make_pcsi_curl_kit_name.com | 133 $! We encode the snapshot date into the version as an ECO since a daily
|
/curl/tests/server/ |
H A D | mqttd.c | 346 unsigned char encode; in encode_length() local 349 encode = packetlen % 0x80; in encode_length() 352 encode |= 0x80; in encode_length() 354 remlength[bytes++] = encode; in encode_length()
|
/curl/lib/vtls/ |
H A D | vtls.c | 1044 CURLcode encode; in Curl_pin_peer_pubkey() local 1058 encode = Curl_ssl->sha256sum(pubkey, pubkeylen, in Curl_pin_peer_pubkey() 1061 if(!encode) in Curl_pin_peer_pubkey() 1062 encode = Curl_base64_encode((char *)sha256sumdigest, in Curl_pin_peer_pubkey() 1067 if(encode) in Curl_pin_peer_pubkey() 1068 return encode; in Curl_pin_peer_pubkey()
|
Completed in 40 milliseconds
12