reqwasm

HTTP requests library for WASM Apps

APACHE-2.0 License

Stars
127
reqwasm - v0.5.0 Latest Release

Published by ranile over 2 years ago

What's Changed

  • Re-export everything from gloo-net

All the code from reqwasm was was moved to gloo as part of https://github.com/rustwasm/gloo/pull/191. Move to gloo-net should be a drop-in replacement for reqwasm users

reqwasm - v0.4.1

Published by ranile over 2 years ago

What's Changed

Full Changelog: https://github.com/hamza1311/reqwasm/compare/0.4.0...0.4.1

reqwasm - v0.4.0

Published by ranile almost 3 years ago

What's Changed

Full Changelog: https://github.com/hamza1311/reqwasm/compare/0.3.1...0.4.0

reqwasm - v0.3.1

Published by ranile almost 3 years ago

Changes

  • Fix outdated/missing docs

Full Changelog:

https://github.com/hamza1311/reqwasm/compare/v0.3.0...0.3.1

reqwasm - v0.3.0

Published by ranile almost 3 years ago

What's Changed

Full Changelog

https://github.com/hamza1311/reqwasm/compare/v0.2.1...v0.3.0

reqwasm - v0.2.1

Published by ranile over 3 years ago

Change Log

  • Fix mistake in documentation
reqwasm - v0.2.0

Published by ranile over 3 years ago

Change Log

  • Add wrapper for WebSocket
  • Add CONNECT, OPTIONS, TRACE HTTP request methods
  • Add Debug implementations
  • Restructure the exposed API
reqwasm - Initial Release

Published by ranile over 3 years ago

Initial Release