Home
last modified time | relevance | path

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

1234567

/curl/docs/libcurl/opts/
H A DCURLOPT_HAPROXYPROTOCOL.md15 CURLOPT_HAPROXYPROTOCOL - send HAProxy PROXY protocol v1 header
28 A long parameter set to 1 tells the library to send an HAProxy PROXY
30 send this header.
39 0, do not send any HAProxy PROXY protocol header
H A DCURLOPT_UNRESTRICTED_AUTH.md19 CURLOPT_UNRESTRICTED_AUTH - send credentials to other hosts too
32 Set the long *gohead* parameter to 1L to make libcurl continue to send
38 send custom nor internally generated Authentication: headers on requests done
H A DCURLOPT_COPYPOSTFIELDS.md55 char local_buffer[1024]="data to send";
58 /* size of the data to copy from the buffer and send in the request */
61 /* send data from the local stack */
H A DCURLOPT_POSTFIELDS.md55 data from the read callback. To send a zero-length (empty) POST, set
61 which then is strictly required if you want to send off null bytes included in
79 /* send an application/x-www-form-urlencoded POST */
84 const char *data = "data to send";
97 /* send an application/json POST */
H A DCURLOPT_TFTP_NO_OPTIONS.md15 CURLOPT_TFTP_NO_OPTIONS - send no TFTP options requests
57 /* do not send TFTP options requests */
H A DCURLOPT_MAX_SEND_SPEED_LARGE.md39 its first send and still send off a full buffer.
H A DCURLOPT_MIMEPOST.md20 CURLOPT_MIMEPOST - send data from mime structure
37 SMTP and IMAP protocols to provide the email data to send/upload.
H A DCURLOPT_HEADEROPT.md16 CURLOPT_HEADEROPT - send HTTP headers to both proxy and host or separately
63 libcurl to not send the custom headers to the proxy. Keep them
/curl/tests/data/
H A Dtest14924 send away this contents
30 # Strip all valid kinds of PORT and EPRT that curl can send
50 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 Dtest129538 HTTP POST with split initial request send
43 # make the first send cut off after this amount of data
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 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 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 Dlocation-trusted.md5 Help: Like --location, but send auth to other hosts
20 site redirects you to a site to which you send your authentication info (which
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
59 with a request body, makes curl send the data using chunked encoding.
/curl/docs/libcurl/
H A Dcurl_ws_send.md19 curl_ws_send - send WebSocket data
36 connection. The *buffer* holds the data to send and it is *buflen*
41 To send a (huge) fragment using multiple calls with partial content per
52 To send a message consisting of multiple frames, set the *CURLWS_CONT* bit
61 precautions that you actually send valid UTF-8 content.
H A Dlibcurl-env-dbg.md44 The percentage of send() calls that should be answered with a EAGAIN at random.
50 sockets. This is applied to every send.
52 Example: **CURL_DBG_SOCK_WPARTIAL=80** means a send with 1000 bytes would
53 only send 800.
57 The percentage of send() calls that should be answered with EAGAIN at random.
H A Dlibcurl-ws.md51 WebSocket communication is message based. That means that both ends send and
56 libcurl delivers WebSocket data as frame fragments. It might send a whole
82 connections alive, both ends can send PING messages for the other end to
86 not send any PING messages automatically.
97 2. Using CURLOPT_CONNECT_ONLY(3) and use the WebSocket recv/send
H A Dcurl_easy_send.md45 The call returns **CURLE_AGAIN** if it is not possible to send data right now
74 /* send data */
89 send.
H A Dcurl_mime_init.md42 send a multi-part email with SMTP or upload such an email to an IMAP server.
59 /* Post and send it. */
/curl/tests/http/testenv/
H A Dws_echo_server.py39 await websocket.send(message)

Completed in 25 milliseconds

1234567