mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
add badges and update changelog
This commit is contained in:
parent
b374d02e48
commit
b40a776e26
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
- Allow for multiple sessions with separate connection pools
|
||||
- Switch to wolfSSL instead of OpenSSL for significantly smaller binaries
|
||||
- Add support for sending cookies automatically
|
||||
- Add NPM export for bundled version
|
||||
|
||||
## v0.5.3 (3/11/24):
|
||||
- Update Wisp client and server, which improves error handling
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# libcurl.js
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
This is an experimental port of [libcurl](https://curl.se/libcurl/) to WebAssembly for use in the browser. It provides an interface compatible with the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), allowing you to proxy HTTPS requests from the browser with full TLS encryption. Unlike previous implementations, the proxy server cannot read the contents of your requests.
|
||||
|
||||
## Table of Contents:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue