- Initial commit
This commit is contained in:
39
package.json
Normal file
39
package.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "com.tivadar.best.http",
|
||||
"displayName": "Best HTTP",
|
||||
"description": "Best HTTP is a comprehensive networking library for Unity that empowers developers to make HTTP and HTTPS requests with ease. Whether you're building web applications, multiplayer games, or real-time communication solutions, Best HTTP has got you covered.",
|
||||
"version": "3.0.17",
|
||||
"unity": "2021.1",
|
||||
"documentationUrl": "https://bestdocshub.pages.dev/HTTP/",
|
||||
"changelogUrl": "https://bestdocshub.pages.dev/HTTP/changelog/",
|
||||
"licensesUrl": "https://bestdocshub.pages.dev/HTTP/third-party-notices/",
|
||||
"author": {
|
||||
"name": "Tivadar György Nagy",
|
||||
"email": "besthttp@gmail.com",
|
||||
"url": "https://bestdocshub.pages.dev/"
|
||||
},
|
||||
"keywords": [
|
||||
"best",
|
||||
"besthttp",
|
||||
"http",
|
||||
"http2",
|
||||
"tls",
|
||||
"https",
|
||||
"DNS",
|
||||
"TCP",
|
||||
"request",
|
||||
"response"
|
||||
],
|
||||
"dependencies": {
|
||||
"com.unity.burst": "1.8.23",
|
||||
"com.unity.profiling.core": "1.0.0"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Samples with UI",
|
||||
"description": "Contains sample code for various HTTP related scenarios.",
|
||||
"path": "Samples~/With UI"
|
||||
}
|
||||
],
|
||||
"_fingerprint": "0926d9c3d7c722e2c1490b5cd95f8ee9d7d637ec"
|
||||
}
|
||||
Reference in New Issue
Block a user