# 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`:
```toml
[dependencies]
ej-requests = "0.3.0"
```
## Part of EJ Framework
This crate is part of the [EJ Framework](https://github.com/embj-org/ej) - a modular and scalable framework for automated testing on physical embedded boards.