| Crates.io | ej-requests |
| lib.rs | ej-requests |
| version | 0.3.0 |
| created_at | 2025-07-05 14:36:30.069351+00 |
| updated_at | 2025-07-05 14:36:30.069351+00 |
| description | HTTP request handling utilities for the EJ framework. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1739161 |
| size | 51,131 |
HTTP request handling utilities for the EJ framework.
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.
Add this to your Cargo.toml:
[dependencies]
ej-requests = "0.3.0"
This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.