8 releases
0.1.7 | Sep 8, 2022 |
---|---|
0.1.6 | Sep 2, 2022 |
0.1.4 | Aug 29, 2022 |
#20 in #cloudflare-workers
Used in 2 crates
28KB
275 lines
reqores
Oversimplified http request/response abstraction layer for bot-any
packages.
Goal
- Simple & Small: Due to size limitation from Cloudflare Workers.
Package Structure
- reqores: The main abstraction layer just containing Rqeuest/Response traits for both client & server.
FAQ
Why not http-types
?
It has too complex overwhelming API. We don't need async-body, streaming response, etc.
What is the meaning of the name
Req(uest) or Res(ponse). But actually the name has been inspired by the animation, Lycoris Recoil.
Acknowledgement
- The structure is based on kiwiyou/telbot
Dependencies
~0.5–1MB
~20K SLoC