#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

#308 in HTTP client

Download history 2/week @ 2024-02-20 10/week @ 2024-02-27 2/week @ 2024-03-05 76/week @ 2024-03-12 2/week @ 2024-03-26 20/week @ 2024-04-02

100 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–16MB
~202K SLoC