add badges and update changelog

This commit is contained in:
ading2210 2024-03-20 14:28:26 -04:00
parent b374d02e48
commit b40a776e26
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@
- Allow for multiple sessions with separate connection pools - Allow for multiple sessions with separate connection pools
- Switch to wolfSSL instead of OpenSSL for significantly smaller binaries - Switch to wolfSSL instead of OpenSSL for significantly smaller binaries
- Add support for sending cookies automatically - Add support for sending cookies automatically
- Add NPM export for bundled version
## v0.5.3 (3/11/24): ## v0.5.3 (3/11/24):
- Update Wisp client and server, which improves error handling - Update Wisp client and server, which improves error handling

View file

@ -1,5 +1,9 @@
# libcurl.js # libcurl.js
![npm version badge](https://img.shields.io/npm/v/libcurl.js?color=ff5627&style=flat-square)
![npm downloads badge](https://img.shields.io/npm/dm/libcurl.js?color=ff5627&style=flat-square)
![jsdelivr downloads badge](https://data.jsdelivr.com/v1/package/npm/libcurl.js/badge/month)
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. 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: ## Table of Contents: