ej-requests

Crates.ioej-requests
lib.rsej-requests
version0.3.0
created_at2025-07-05 14:36:30.069351+00
updated_at2025-07-05 14:36:30.069351+00
descriptionHTTP request handling utilities for the EJ framework.
homepage
repository
max_upload_size
id1739161
size51,131
André Costa (AndreCostaaa)

documentation

README

ej-requests

HTTP request handling utilities for the EJ framework.

Overview

ej-requests provides utility functions and structures for handling HTTP requests throughout the EJ framework. It includes common request patterns, error handling, and response processing used by builders and dispatchers.

Features

  • HTTP client utilities
  • Request/response handling
  • Error management for network operations
  • Authentication header management
  • JSON serialization and deserialization
  • Retry logic and timeout handling

Installation

Add this to your Cargo.toml:

[dependencies]
ej-requests = "0.3.0"

Part of EJ Framework

This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.

Commit count: 0

cargo fmt