purl-rs 0.1.0

A curl-like CLI tool for making HTTP requests with automatic payment support
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 15.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • brendanjryan

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.