#difference #http-request #abstracting #platform #api #away

simplehttp

Simple (and very immature) sync http client. Intended to have multiple implementations abstracting away API differences between platforms

5 releases

0.0.6 Dec 14, 2023
0.0.5 Aug 29, 2023
0.0.4 Aug 8, 2023
0.0.3 Aug 8, 2023
0.0.1 Jul 26, 2023

#432 in HTTP client

Download history 18/week @ 2024-12-06 2/week @ 2024-12-13

69 downloads per month
Used in 2 crates

Apache-2.0

24KB
365 lines

Simplehttp

Simple (and very immature) sync http client. Intended to have multiple implementations abstracting away API differences between platforms

CI: CircleCI

Current implementations:

  • Reqwest
  • Esp32 IDF (Embedded device with std)
  • Wasm32 Spin (Wrapping the spin http client)

Dependencies

~1–14MB
~191K SLoC