mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
add custom network transport support
This commit is contained in:
parent
53a474430a
commit
be3fc7286c
3 changed files with 23 additions and 1 deletions
|
@ -244,6 +244,7 @@ api = {
|
|||
|
||||
wisp_connections: _wisp_connections,
|
||||
WispConnection: WispConnection,
|
||||
transport: "wisp",
|
||||
|
||||
get copyright() {return copyright_notice},
|
||||
get version() {return get_version()},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue