Searched refs:send (Results 1 – 25 of 157) sorted by relevance
1234567
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HAPROXYPROTOCOL.md | 16 CURLOPT_HAPROXYPROTOCOL - send HAProxy PROXY protocol v1 header 29 A long parameter set to 1 tells the library to send an HAProxy PROXY 31 send this header. 40 0, do not send any HAProxy PROXY protocol header
|
H A D | CURLOPT_POSTFIELDS.md | 55 data from the read callback. To send a zero-length (empty) POST, set 61 then is strictly required if you want to send off null bytes included in the 84 /* send an application/x-www-form-urlencoded POST */ 89 const char *data = "data to send"; 102 /* send an application/json POST */
|
H A D | CURLOPT_COPYPOSTFIELDS.md | 63 char local_buffer[1024]="data to send"; 66 /* size of the data to copy from the buffer and send in the request */ 69 /* send data from the local stack */
|
H A D | CURLOPT_TFTP_NO_OPTIONS.md | 16 CURLOPT_TFTP_NO_OPTIONS - send no TFTP options requests 60 /* do not send TFTP options requests */
|
H A D | CURLOPT_UNRESTRICTED_AUTH.md | 20 CURLOPT_UNRESTRICTED_AUTH - send credentials to other hosts too 33 Set the long *gohead* parameter to 1L to make libcurl continue to send 38 Further, when this option is not used or set to **0L**, libcurl does not send
|
H A D | CURLOPT_MAX_SEND_SPEED_LARGE.md | 40 its first send and still send off a full buffer.
|
H A D | CURLOPT_MIMEPOST.md | 21 CURLOPT_MIMEPOST - send data from mime structure 38 SMTP and IMAP protocols to provide the email data to send/upload.
|
H A D | CURLOPT_HEADEROPT.md | 17 CURLOPT_HEADEROPT - send HTTP headers to both proxy and host or separately 66 libcurl to not send the custom headers to the proxy. Keep them
|
/curl/tests/data/ |
H A D | test149 | 24 send away this contents 33 # Strip all valid kinds of PORT and EPRT that curl can send 53 send away this contents
|
H A D | test1208 | 44 # This test doesn't send a QUIT because the main state machine in multi.c 47 # control the connection and thus it cannot send any command.
|
H A D | test1295 | 38 HTTP POST with split initial request send 43 # make the first send cut off after this amount of data
|
H A D | test1517 | 13 # send() fails on the same socket (#657). Most OSes should support this 53 HTTP POST, server responds before completed send
|
H A D | test556 | 31 send and recv HTTP
|
H A D | test1120 | 34 # Strip all valid kinds of PORT and EPRT that curl can send
|
H A D | test285 | 16 TFTP send
|
H A D | test513 | 25 send HTTP POST using read callback that returns CURL_READFUNC_ABORT
|
/curl/docs/cmdline-opts/ |
H A D | location-trusted.md | 5 Help: As --location, but send secrets to other hosts 20 send credentials and other secrets along to other hosts than the initial one. 23 site to which you send this sensitive data to. Another host means that one or
|
H A D | tftp-no-options.md | 5 Help: Do not send any TFTP options 18 Do not to send TFTP options requests. This improves interop with some legacy
|
H A D | header.md | 37 the right side of the colon, as in: -H `Host:`. If you send the custom header 39 `X-Custom-Header;` to send `X-Custom-Header:`. 55 You need --proxy-header to send custom headers intended for an HTTP proxy. 59 with a request body, makes curl send the data using chunked encoding.
|
/curl/docs/libcurl/ |
H A D | curl_ws_send.md | 20 curl_ws_send - send WebSocket data 37 connection. The *buffer* holds the data to send and it is *buflen* 42 To send a (huge) fragment using multiple calls with partial content per 53 To send a message consisting of multiple frames, set the *CURLWS_CONT* bit 66 precautions that you actually send valid UTF-8 content.
|
H A D | libcurl-env-dbg.md | 45 The percentage of send() calls that should be answered with a EAGAIN at random. 51 sockets. This is applied to every send. 53 Example: **CURL_DBG_SOCK_WPARTIAL=80** means a send with 1000 bytes would 54 only send 800. 58 The percentage of send() calls that should be answered with EAGAIN at random.
|
H A D | libcurl-ws.md | 52 WebSocket communication is message based. That means that both ends send and 57 libcurl delivers WebSocket data as frame fragments. It might send a whole 83 connections alive, both ends can send PING messages for the other end to 87 not send any PING messages automatically. 98 2. Using CURLOPT_CONNECT_ONLY(3) and use the WebSocket recv/send
|
H A D | curl_mime_init.md | 43 send a multi-part email with SMTP or upload such an email to an IMAP server. 62 /* Post and send it. */
|
H A D | curl_easy_send.md | 46 The call returns **CURLE_AGAIN** if it is not possible to send data right now 77 /* send data */ 90 send.
|
/curl/tests/http/testenv/ |
H A D | ws_echo_server.py | 38 await websocket.send(message)
|
Completed in 20 milliseconds
1234567