mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
return the correct headers object
This commit is contained in:
parent
563a2b7310
commit
0b14c32b25
4 changed files with 16 additions and 2 deletions
|
@ -6,6 +6,9 @@ This is an experimental port of [libcurl](https://curl.se/libcurl/) to WebAssemb
|
|||
- Fetch compatible API
|
||||
- End to end encryption between the browser and the destination server
|
||||
- Support for up to TLS 1.3
|
||||
- Support for tunneling HTTP/2 connections
|
||||
- Bypass CORS restrictions
|
||||
- Low latency via multiplexing and reusing open connections
|
||||
|
||||
## Building:
|
||||
You can build this project by running the following commands:
|
||||
|
@ -70,7 +73,7 @@ This project is licensed under the GNU AGPL v3.
|
|||
|
||||
### Copyright Notice:
|
||||
```
|
||||
ading2210/libcurl.js - A port of libcurl to WASM
|
||||
ading2210/libcurl.js - A port of libcurl to WASM for the browser.
|
||||
Copyright (C) 2023 ading2210
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue