mirror of
https://github.com/curl/curl.git
synced 2026-05-30 18:47:29 +03:00
docs: the websockets symbols are added in 7.86.0
Nothing else Closes #9459
This commit is contained in:
parent
22e34da091
commit
485c9ba50a
3 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ This function call is EXPERIMENTAL.
|
|||
Retrives as much as possible of a received WebSockets data fragment into the
|
||||
\fBbuffer\fP, but not more than \fBbuflen\fP bytes. The provide
|
||||
\fIrecvflags\fP argument gets bits set to help characterize the fragment.
|
||||
.IP RECVFLAGS
|
||||
.SH RECVFLAGS
|
||||
.IP CURLWS_TEXT
|
||||
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
|
||||
|
|
@ -57,7 +57,7 @@ This as an incoming ping message, that expects a pong response.
|
|||
|
||||
.fi
|
||||
.SH AVAILABILITY
|
||||
Added in 7.85.0.
|
||||
Added in 7.86.0.
|
||||
.SH RETURN VALUE
|
||||
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ This as a pong.
|
|||
|
||||
.fi
|
||||
.SH AVAILABILITY
|
||||
Added in 7.85.0.
|
||||
Added in 7.86.0.
|
||||
.SH RETURN VALUE
|
||||
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
|||
|
|
@ -874,7 +874,7 @@ CURLOPT_WRITEDATA 7.9.7
|
|||
CURLOPT_WRITEFUNCTION 7.1
|
||||
CURLOPT_WRITEHEADER 7.1
|
||||
CURLOPT_WRITEINFO 7.1
|
||||
CURLOPT_WS_OPTIONS 7.85.0
|
||||
CURLOPT_WS_OPTIONS 7.86.0
|
||||
CURLOPT_XFERINFODATA 7.32.0
|
||||
CURLOPT_XFERINFOFUNCTION 7.32.0
|
||||
CURLOPT_XOAUTH2_BEARER 7.33.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue