purl-rs

Crates.iopurl-rs
lib.rspurl-rs
version0.1.0
created_at2026-01-20 00:29:02.785291+00
updated_at2026-01-20 00:29:02.785291+00
descriptionA curl-like CLI tool for making HTTP requests with automatic payment support
homepage
repositoryhttps://github.com/tempoxyz/purl
max_upload_size
id2055564
size15,620
Brendan Ryan (brendanjryan)

documentation

README

purl-rs

A curl-like CLI tool for making HTTP requests with automatic payment support.

This crate provides the core library functionality for purl, a tool that extends traditional HTTP clients with support for paid APIs using the HTTP 402 Payment Required status code.

Features

  • HTTP client with payment support
  • EVM and Solana blockchain integration
  • Keystore management
  • Request/response handling

Usage

// Library usage examples coming soon

Installation

Add this to your Cargo.toml:

[dependencies]
purl-rs = "0.1.0"

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt