ej-requests 0.3.0

HTTP request handling utilities for the EJ framework.
Documentation
  • Coverage
  • 90%
    9 out of 10 items documented2 out of 9 items with examples
  • Size
  • Source code size: 50.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 2s Average build duration of successful builds.
  • all releases: 1m 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AndreCostaaa

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.