reqores-universal-cf-worker

Crates.ioreqores-universal-cf-worker
lib.rsreqores-universal-cf-worker
version0.1.4
sourcesrc
created_at2022-08-29 01:23:45.137593
updated_at2022-09-02 13:49:54.927764
descriptionreqores implementation for Cloudflare Workers
homepage
repositoryhttps://github.com/bot-any/reqores
max_upload_size
id654123
size5,912
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