mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
curl_url.3: this is not experimental anymore
This commit is contained in:
parent
28a55a5309
commit
7c46691178
@ -5,7 +5,7 @@
|
|||||||
.\" * | (__| |_| | _ <| |___
|
.\" * | (__| |_| | _ <| |___
|
||||||
.\" * \___|\___/|_| \_\_____|
|
.\" * \___|\___/|_| \_\_____|
|
||||||
.\" *
|
.\" *
|
||||||
.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
|
.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
.\" *
|
.\" *
|
||||||
.\" * This software is licensed as described in the file COPYING, which
|
.\" * This software is licensed as described in the file COPYING, which
|
||||||
.\" * you should have received as part of this distribution. The terms
|
.\" * you should have received as part of this distribution. The terms
|
||||||
@ -26,14 +26,6 @@ curl_url - returns a new CURLU handle
|
|||||||
.B #include <curl/curl.h>
|
.B #include <curl/curl.h>
|
||||||
|
|
||||||
CURLU *curl_url();
|
CURLU *curl_url();
|
||||||
.SH EXPERIMENTAL
|
|
||||||
The URL API is considered \fBEXPERIMENTAL\fP until further notice. Please test
|
|
||||||
it, report bugs and help us perfect it. Once proven to be reliable, the
|
|
||||||
experimental label will be removed.
|
|
||||||
|
|
||||||
While this API is marked experimental, we reserve the right to modify the API
|
|
||||||
slightly if we deem it necessary and it makes it notably better or easier to
|
|
||||||
use.
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This function will allocates and returns a pointer to a fresh CURLU handle, to
|
This function will allocates and returns a pointer to a fresh CURLU handle, to
|
||||||
be used for further use of the URL API.
|
be used for further use of the URL API.
|
||||||
|
Loading…
Reference in New Issue
Block a user