awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

developit/redaxios

0
View on GitHub↗
0 星标·0 分支·3 次浏览

Redaxios

[Axios] has a great API that developers love. Redaxios provides that API in 800 bytes, using native fetch().

Features

  • API Layer - Minimalist drop-in replacement for Axios.

Star 历史

developit/redaxios 的 Star 历史图表developit/redaxios 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

developit/redaxios 是做什么的?

[Axios] has a great API that developers love. Redaxios provides that API in 800 bytes, using native fetch().

developit/redaxios 的主要功能有哪些?

developit/redaxios 的主要功能包括:API Layer。

developit/redaxios 有哪些开源替代品?

developit/redaxios 的开源替代品包括: developit/unfetch — unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing… elbywan/wretch — Wretch is a chainable HTTP client library and Fetch API wrapper designed to simplify network request configuration,… truework/gretchen — Making fetch happen in TypeScript.

Redaxios 的开源替代方案

相似的开源项目,按与 Redaxios 的功能重合度排序。
  • developit/unfetchdevelopit 的头像

    developit/unfetch

    5,712在 GitHub 上查看↗

    unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing network requests consistently across both browser and server environments. It serves as a lightweight implementation of the Fetch API for environments that lack native support for making network requests. The library enables the retrieval of web resources as text, JSON, or binary blobs while maintaining a small memory footprint. It functions as a polyfill by installing the fetch interface into the global namespace when native browser support is unavailable. The tool covers broad ca

    JavaScript
    在 GitHub 上查看↗5,712
  • elbywan/wretchelbywan 的头像

    elbywan/wretch

    5,174在 GitHub 上查看↗

    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,

    TypeScript
    在 GitHub 上查看↗5,174
  • truework/gretchentruework 的头像

    truework/gretchen

    330在 GitHub 上查看↗

    Making fetch happen in TypeScript.

    TypeScript
    在 GitHub 上查看↗330