https://github.com/kind-men/uxios
A Unity-native, Axios-inspired HTTP client for streamlined, typed, and extensible networking across platforms.
https://github.com/kind-men/uxios
axios http http-client junison unity unitypackage
Last synced: 7 months ago
JSON representation
A Unity-native, Axios-inspired HTTP client for streamlined, typed, and extensible networking across platforms.
- Host: GitHub
- URL: https://github.com/kind-men/uxios
- Owner: kind-men
- License: mit
- Created: 2024-10-28T18:14:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T13:02:54.000Z (10 months ago)
- Last Synced: 2025-03-24T14:22:04.393Z (10 months ago)
- Topics: axios, http, http-client, junison, unity, unitypackage
- Language: C#
- Homepage: https://kind-men.github.io/uxios/
- Size: 1.48 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

Uxios is a Unity C# library inspired by [Axios](https://axios-http.com/), the popular JavaScript HTTP client. Designed
for use with Unity, Uxios provides an intuitive and consistent API for making HTTP requests, mirroring the ease of use
and flexibility of Axios within the Unity environment. Built to be a part of the JuniSON Engine, Uxios is particularly
optimized for WebGL applications but remains compatible with Android, iOS, and Desktop builds, making it a versatile
solution for Unity projects across platforms.
For complete details on Uxios’s features, setup, and usage examples, please visit the
[full documentation](https://kind-men.github.io/uxios/). The documentation site includes comprehensive guides, API
references, and practical examples to help you integrate Uxios into your Unity projects seamlessly.