nyquest-interface 0.2.0

Interface definitions for Nyquest backends
Documentation

Interface definitions for nyquest HTTP client backends.

This crate provides the interface that backends must implement to be compatible with the nyquest HTTP client facade. It defines the core types and traits that are used across all nyquest implementations.

Backend Registration

Backend implementations must register themselves using the register_backend function before they can be used by nyquest.

Features

  • async: Enable async interface support
  • blocking: Enable blocking interface support
  • multipart: Enable multipart form support