Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 20 of 20) sorted by relevance

/curl/docs/cmdline-opts/
H A Dform-escape.md5 Help: Escape form fields using backslash
18 Pass on names of multipart form fields and files using backslash-escaping
H A Drange.md48 Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the
H A Dform.md50 Example: send your name and shoe size in two text fields to the server:
/curl/docs/libcurl/opts/
H A DCURLOPT_ALTSVC.md67 nine space-separated fields.
73 The fields of that line are:
H A DCURLOPT_PROXY_SSL_VERIFYHOST.md35 certificate name fields against the proxy name.
H A DCURLOPT_DOH_SSL_VERIFYHOST.md36 server's certificate name fields against the hostname.
H A DCURLOPT_TRAILERFUNCTION.md49 If one of the trailing header fields is not formatted correctly it is ignored
H A DCURLOPT_CHUNK_BGN_FUNCTION.md35 /* If some of these fields is not NULL, it is a pointer to b_data. */
H A DCURLMOPT_PUSHFUNCTION.md72 The header fields can also be accessed with curl_easy_header(3),
H A DCURLOPT_COOKIELIST.md80 #define SEP "\t" /* Tab separates the fields */
/curl/tests/data/
H A Dtest128681 # Reorder the fields in 'Authorization: Digest' header.
82 # Since regular and SSPI digest auth header fields may not have the same order
H A Dtest18631 HTTP RFC1867-type formposting with types on text fields
H A Dtest197372 post fields
/curl/lib/
H A Dcookie.c856 int fields; in Curl_cookie_add() local
890 fields = 0; in Curl_cookie_add()
892 ptr = strtok_r(NULL, "\t", &tok_buf), fields++) { in Curl_cookie_add()
893 switch(fields) { in Curl_cookie_add()
931 fields++; /* add a field and fall down to secure */ in Curl_cookie_add()
965 if(6 == fields) { in Curl_cookie_add()
971 fields++; in Curl_cookie_add()
974 if(!badcookie && (7 != fields)) in Curl_cookie_add()
/curl/docs/libcurl/
H A Dcurl_mime_name.md33 fields are named.
H A Dcurl_url_set.md58 In the real world, excessively long fields in URLs cause problems even if this
H A Dlibcurl-security.md191 specified and libcurl accepts: one to four dot-separated fields using one of
400 user to create additional headers or fields that could cause malicious
H A Dlibcurl-tutorial.md1243 In addition to support HTTP multi-part form fields, the MIME API can be used
/curl/
H A DCMakeLists.txt2051 # Merge pkg-config private fields into public ones when static-only
H A Dconfigure.ac5026 dnl Merge pkg-config private fields into public ones when static-only

Completed in 145 milliseconds