Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 32) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Ddata-urlencode.md31 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 Duser-agent.md21 Specify the User-Agent string to send to the HTTP server. To encode blanks in
H A Ddata.md32 --data-binary option. To URL-encode the value of a form field you may use
H A Dupload-file.md52 formatted correctly by the user as curl does not transcode nor encode it
/curl/tests/data/
H A Dtest130219 base64 encode/decode unit tests
/curl/lib/
H A Dcurl_krb5.h34 int (*encode)(void *, const void *, int, int, void **); member
/curl/tests/
H A Ddictserver.py87 self.request.sendall(rsp.encode("utf-8"))
108 self.request.sendall(response.encode("utf-8"))
H A Dnegtelnetserver.py98 if VERIFIED_REQ.encode('utf-8') in data:
105 response_data = response.encode('utf-8')
108 response_data = data.decode('utf-8').strip().encode('utf-8')
H A Dsmbserver.py336 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8')
357 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
/curl/docs/libcurl/
H A Dcurl_easy_escape.md18 curl_easy_escape - URL encode a string
55 components that may not be URL encoded already, you cannot just URL encode the
H A Dcurl_escape.md17 curl_escape - URL encode a string
H A Dlibcurl-url.md145 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 Dcurl_mime_encoder.md95 /* encode file data in base64 for transfer */
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXYUSERPWD.md34 should encode it as %3A. (This is different to how CURLOPT_USERPWD(3) is
H A DCURLOPT_POSTFIELDS.md36 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 DCURLOPT_PINNEDPUBLICKEY.md110 # sha256 hash and base64 encode der to string for use
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md107 # sha256 hash and base64 encode der to string for use
/curl/tests/http/
H A Dtest_11_unix.py78 { "host": "faked" }""".encode())
/curl/packages/vms/
H A Dmake_pcsi_curl_kit_name.com133 $! We encode the snapshot date into the version as an ECO since a daily
/curl/tests/http/testenv/
H A Dhttpd.py129 input=intext.encode() if intext else None,
232 fd.write(JSONEncoder().encode(data))
237 fd.write(JSONEncoder().encode(data))
H A Dcaddy.py152 fd.write(JSONEncoder().encode(data))
H A Dvsftpd.py167 input=intext.encode() if intext else None,
H A Dcurl.py246 return ''.join(self._stdout).encode()
437 json.JSONEncoder(indent=2).encode(x),
773 p.communicate(input=intext.encode(), timeout=1)
791 input=intext.encode() if intext else None,
/curl/tests/server/
H A Dmqttd.c346 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 Dvtls.c1018 CURLcode encode; in Curl_pin_peer_pubkey() local
1032 encode = Curl_ssl->sha256sum(pubkey, pubkeylen, in Curl_pin_peer_pubkey()
1035 if(!encode) in Curl_pin_peer_pubkey()
1036 encode = Curl_base64_encode((char *)sha256sumdigest, in Curl_pin_peer_pubkey()
1041 if(encode) in Curl_pin_peer_pubkey()
1042 return encode; in Curl_pin_peer_pubkey()

Completed in 38 milliseconds

12