Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 369 Bytes

File metadata and controls

27 lines (17 loc) · 369 Bytes

httprs

Status: Pre-alpha. Not ready for production use.

An experimental HTTP library for Python built with Rust.

Experimenting with httprs

pip install --pre httprs
import httprs

httprs.get("https://postman-echo.com/get").json()

Goals

  • Simple
  • Fast
  • Open

Documentation

📚 Link: https://cnpryer.github.io/httprs/