https://github.com/enklu/commons-unity-http
Easy HTTP requests in Unity.
https://github.com/enklu/commons-unity-http
http unity unity3d
Last synced: 2 days ago
JSON representation
Easy HTTP requests in Unity.
- Host: GitHub
- URL: https://github.com/enklu/commons-unity-http
- Owner: enklu
- License: mit
- Created: 2017-11-04T20:19:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T22:33:54.000Z (over 4 years ago)
- Last Synced: 2023-03-02T00:50:57.298Z (almost 3 years ago)
- Topics: http, unity, unity3d
- Language: C#
- Homepage: http://docs.enklu.com/commons-unity/index.html
- Size: 313 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
`HttpService` is the entry point into making Http requests in Unity. This interface allowing configuration of every part of an Http request-- while also provides some powerful abstractions to help make writing requests and responses quick and easy.
[Read the docs](http://docs.enklu.com/commons-unity/index.html#http).