Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 23 of 23) sorted by relevance

/curl/tests/data/
H A Dtest13091452 removed payload 0[0]
1454 removed payload 39[0]
1455 removed payload 49[0]
1456 removed payload 49[1]
1457 removed payload 59[0]
1458 removed payload 59[1]
1459 removed payload 59[2]
1460 removed payload 98[0]
1461 removed payload 98[1]
1462 removed payload 98[2]
[all …]
H A Dtest119326 MQTT PUBLISH 2k payload
29 mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER -d @%LOGDIR/payload%TESTNUMBER
31 <file name="%LOGDIR/payload%TESTNUMBER">
H A Dtest23079 # Sends a PING with overlong payload
40 WebSockets, overlong PING payload
H A Dtest119930 MQTT PUBLISH empty payload, no topic
H A Dtest119830 MQTT PUBLISH empty payload, single space topic
H A Dtest191733 MQTT PUBLISH with CURLOPT_POST set (no payload)
H A Dtest195646 HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of empty payload
H A Dtest195746 HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload
H A Dtest195846 HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload with whitespace
H A Dtest112933 # we use skip to make the test server never read the full payload off
H A Dtest113133 # We use skip to make the test server never read the full payload off
H A Dtest113033 # We use skip to make the test server never read the full payload off
H A Dtest5715 # 1) giving an evil payload (with $)
/curl/tests/http/clients/
H A Dws-pingpong.c97 static CURLcode pingpong(CURL *curl, const char *payload) in pingpong() argument
102 res = ping(curl, payload); in pingpong()
107 res = recv_pong(curl, payload); in pingpong()
130 const char *url, *payload; in main() local
137 payload = argv[2]; in main()
152 res = pingpong(curl, payload); in main()
/curl/tests/http/
H A Dtest_20_websockets.py88 payload = 125 * "x"
93 r = client.run(args=[url, payload])
98 payload = 127 * "x"
103 r = client.run(args=[url, payload])
/curl/lib/
H A Dsplay.h55 void Curl_splayset(struct Curl_tree *node, void *payload);
H A Dsplay.c287 void Curl_splayset(struct Curl_tree *node, void *payload) in Curl_splayset() argument
290 node->ptr = payload; in Curl_splayset()
H A Dmqtt.c516 char *payload = data->set.postfields; in mqtt_publish() local
527 if(!payload) { in mqtt_publish()
532 payloadlen = strlen(payload); in mqtt_publish()
558 memcpy(&pkt[i], payload, payloadlen); in mqtt_publish()
/curl/docs/libcurl/opts/
H A DCURLINFO_SIZE_DOWNLOAD_T.md35 again for each new transfer. This counts actual payload data, what's also
H A DCURLINFO_SIZE_DOWNLOAD.md34 for each new transfer. This counts actual payload data, what's also commonly
H A DCURLOPT_AWS_SIGV4.md112 A sha256 checksum of the request payload is used as input to the signature
119 not already present. For s3 requests with unknown payload, this header takes
/curl/docs/libcurl/
H A Dcurl_ws_send.md38 number of payload bytes in that memory area.
40 *sent* is returned as the number of payload bytes actually sent.
/curl/tests/server/
H A Dmqttd.c390 char *topic, char *payload, size_t payloadlen) in publish() argument
430 memcpy(&packet[payloadindex], payload, payloadlen); in publish()

Completed in 19 milliseconds