libcurl-ws.3. WebSocket API overview

Closes #11314
This commit is contained in:
Daniel Stenberg 2023-06-14 10:57:50 +02:00
parent 4257ab41ed
commit 4337242345
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 105 additions and 1 deletions

View file

@ -70,7 +70,7 @@ while(<F>) {
$_ =~ s/curl_ws_(send|recv|meta)//g;
$_ =~ s/curl_url_(dup)//g;
$_ =~ s/curl_pushheader_by(name|num)//g;
$_ =~ s/libcurl-env//g;
$_ =~ s/libcurl-(env|ws)//g;
$_ =~ s/(^|\W)((tftp|https|http|ftp):\/\/[a-z0-9\-._~%:\/?\#\[\]\@!\$&'()*+,;=]+)//gi;
print O $_;
}