reqores-client-surf

Crates.ioreqores-client-surf
lib.rsreqores-client-surf
version0.1.3
sourcesrc
created_at2022-08-29 01:57:38.397617
updated_at2022-09-30 15:10:42.818396
descriptionreqores client implementation with surf
homepage
repositoryhttps://github.com/bot-any/reqores
max_upload_size
id654127
size9,360
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