1 Repo
Logic that automatically selects the appropriate serialization format based on the input data type.
Distinct from Payload Serialization: Focuses on the automatic detection and selection of format (JSON vs Multipart), not just the act of serialization.
Explore 1 awesome GitHub repository matching data & databases · Automatic Content-Type Selection. Refine with filters or upvote what's useful.
Wretch is a chainable HTTP client library and Fetch API wrapper designed to simplify network request configuration, response parsing, and error handling. It functions as a network request manager and middleware framework for managing the end-to-end lifecycle of HTTP calls. The project is distinguished by a fluent interface for request configuration and a modular extension system. It utilizes a programmable response resolver to automate parsing and a plugin-based architecture to add new capabilities to request and response objects. The library covers a broad range of operational capabilities,
Automatically detects input types to choose between JSON, multipart, or URL-encoded formats for the request body.