Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 155) sorted by relevance

1234567

/curl/docs/libcurl/opts/
H A DCURLOPT_HAPROXYPROTOCOL.md16 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 DCURLOPT_POSTFIELDS.md55 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 DCURLOPT_COPYPOSTFIELDS.md63 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 DCURLOPT_TFTP_NO_OPTIONS.md16 CURLOPT_TFTP_NO_OPTIONS - send no TFTP options requests
60 /* do not send TFTP options requests */
H A DCURLOPT_UNRESTRICTED_AUTH.md20 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 DCURLOPT_MAX_SEND_SPEED_LARGE.md40 its first send and still send off a full buffer.
H A DCURLOPT_MIMEPOST.md21 CURLOPT_MIMEPOST - send data from mime structure
38 SMTP and IMAP protocols to provide the email data to send/upload.
H A DCURLOPT_HEADEROPT.md17 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 Dtest14924 send away this contents
33 # Strip all valid kinds of PORT and EPRT that curl can send
53 send away this contents
H A Dtest120844 # 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 Dtest151713 # send() fails on the same socket (#657). Most OSes should support this
53 HTTP POST, server responds before completed send
H A Dtest129538 HTTP POST with split initial request send
43 # make the first send cut off after this amount of data
H A Dtest55631 send and recv HTTP
H A Dtest112034 # Strip all valid kinds of PORT and EPRT that curl can send
H A Dtest28516 TFTP send
H A Dtest16135 # This doesn't send QUIT because of known bug:
/curl/docs/cmdline-opts/
H A Dlocation-trusted.md5 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 Dtftp-no-options.md5 Help: Do not send any TFTP options
18 Do not to send TFTP options requests. This improves interop with some legacy
H A Dheader.md37 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 Dcurl_ws_send.md20 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 Dlibcurl-ws.md52 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 Dlibcurl-env-dbg.md45 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 Dcurl_mime_init.md43 send a multi-part email with SMTP or upload such an email to an IMAP server.
62 /* Post and send it. */
H A Dcurl_easy_send.md46 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 Dws_echo_server.py39 await websocket.send(message)

Completed in 59 milliseconds

1234567