reqores

Crates.ioreqores
lib.rsreqores
version0.1.7
sourcesrc
created_at2022-08-28 16:26:38.979821
updated_at2022-09-08 05:24:22.995975
descriptionOversimplified http request/response abstraction layer
homepage
repositoryhttps://github.com/bot-any/reqores
max_upload_size
id653965
size28,179
RanolP (RanolP)

documentation

README

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

Commit count: 34

cargo fmt