mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
docs: the websockets symbols are added in 7.86.0
Nothing else Closes #9459
This commit is contained in:
parent
22e34da091
commit
485c9ba50a
@ -38,7 +38,7 @@ This function call is EXPERIMENTAL.
|
|||||||
Retrives as much as possible of a received WebSockets data fragment into the
|
Retrives as much as possible of a received WebSockets data fragment into the
|
||||||
\fBbuffer\fP, but not more than \fBbuflen\fP bytes. The provide
|
\fBbuffer\fP, but not more than \fBbuflen\fP bytes. The provide
|
||||||
\fIrecvflags\fP argument gets bits set to help characterize the fragment.
|
\fIrecvflags\fP argument gets bits set to help characterize the fragment.
|
||||||
.IP RECVFLAGS
|
.SH RECVFLAGS
|
||||||
.IP CURLWS_TEXT
|
.IP CURLWS_TEXT
|
||||||
The buffer contains text data. Note that this makes a difference to WebSockets
|
The buffer contains text data. Note that this makes a difference to WebSockets
|
||||||
but libcurl itself will not make any verification of the content or
|
but libcurl itself will not make any verification of the content or
|
||||||
@ -57,7 +57,7 @@ This as an incoming ping message, that expects a pong response.
|
|||||||
|
|
||||||
.fi
|
.fi
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
Added in 7.85.0.
|
Added in 7.86.0.
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
@ -64,7 +64,7 @@ This as a pong.
|
|||||||
|
|
||||||
.fi
|
.fi
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
Added in 7.85.0.
|
Added in 7.86.0.
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
@ -874,7 +874,7 @@ CURLOPT_WRITEDATA 7.9.7
|
|||||||
CURLOPT_WRITEFUNCTION 7.1
|
CURLOPT_WRITEFUNCTION 7.1
|
||||||
CURLOPT_WRITEHEADER 7.1
|
CURLOPT_WRITEHEADER 7.1
|
||||||
CURLOPT_WRITEINFO 7.1
|
CURLOPT_WRITEINFO 7.1
|
||||||
CURLOPT_WS_OPTIONS 7.85.0
|
CURLOPT_WS_OPTIONS 7.86.0
|
||||||
CURLOPT_XFERINFODATA 7.32.0
|
CURLOPT_XFERINFODATA 7.32.0
|
||||||
CURLOPT_XFERINFOFUNCTION 7.32.0
|
CURLOPT_XFERINFOFUNCTION 7.32.0
|
||||||
CURLOPT_XOAUTH2_BEARER 7.33.0
|
CURLOPT_XOAUTH2_BEARER 7.33.0
|
||||||
|
Loading…
Reference in New Issue
Block a user