A Rust library that exposes high-level APIs to get HTTP sites via Wisp. (Wisp credits: MercuryWorkshop)
first real rust project, stuff may be messy, the code wasn't meant to be readable, just be easy-to-use for whatever dev wants to use this library
wss wisp servers still work, you just have to keep it HTTP-only when running a WispHTTPRequest()
cargo add libwisp
For Usage, see docs/ and examples/
For Building:
git clone https://github.com/LuminosityDevelopment/libwisp-rs
cd libwisp-rs
cargo build --release
To run examples:
git clone https://github.com/LuminosityDevelopment/libwisp-rs
cd libwisp-rs
cargo run --example http_request #can be changed
- A: You can't, at least, not yet with libwisp-rs 0.1.0, as it lacks HTTPS support. This is a planned feature for libwisp-rs 1.0.0
- A: See the documentation and examples
- A: Using the GitHub issues tab
- A: Use the GitHub pull request feature
- kxtzownsu - writing libwisp-rs, fact checking documentation
- chatgpt - doing documentation (LOL)
- MercuryWorkshop - making the Wisp protocol & hosting
wss://anura.pro/ - ading2210 - hosting
wss://wisp.mercurywork.shop