{"id":25688820,"url":"https://github.com/lyzev/network4k","last_synced_at":"2025-02-24T21:06:02.418Z","repository":{"id":65841268,"uuid":"477859370","full_name":"Lyzev/Network4K","owner":"Lyzev","description":"A library for networking in Kotlin.","archived":false,"fork":false,"pushed_at":"2023-02-04T14:23:19.000Z","size":2192,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T18:32:49.245Z","etag":null,"topics":["http","https","network","tcp","udp"],"latest_commit_sha":null,"homepage":"https://lyzev.github.io/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lyzev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-04T20:17:58.000Z","updated_at":"2023-02-13T13:53:36.000Z","dependencies_parsed_at":"2023-02-18T17:15:44.384Z","dependency_job_id":null,"html_url":"https://github.com/Lyzev/Network4K","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FNetwork4K","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FNetwork4K/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FNetwork4K/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lyzev%2FNetwork4K/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lyzev","download_url":"https://codeload.github.com/Lyzev/Network4K/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240557491,"owners_count":19820359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","https","network","tcp","udp"],"created_at":"2025-02-24T21:06:01.737Z","updated_at":"2025-02-24T21:06:02.404Z","avatar_url":"https://github.com/Lyzev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNetwork4K\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA library for networking in Kotlin.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://lyzev.github.io/discord/\"\u003e\u003cimg src=\"https://img.shields.io/discord/610120595765723137?logo=discord\" alt=\"Discord\"/\u003e\u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/Lyzev/Network4K\" alt=\"GitHub last commit\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/commit-activity/w/Lyzev/Network4K\" alt=\"GitHub commit activity\"/\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/Lyzev/Network4K\" alt=\"GitHub code size in bytes\"/\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/Lyzev/Network4K\" alt=\"GitHub contributors\"/\u003e\n\u003c/div\u003e\n\n## Usage\n[![](https://jitpack.io/v/Lyzev/Network4K.svg?label=Release)](https://jitpack.io/#Lyzev/Network4K)\n\n### Import\n\nReplace `${version}` with the current version!\n\n\u003cdetails\u003e\n        \u003csummary\u003eGradle KTS\u003c/summary\u003e\n\n```kt\nrepositories {\n    maven(\"https://jitpack.io\")\n}\n\ndependencies {\n    implementation(\"com.github.Lyzev:Network4K:${version}\")\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eGradle Groovy\u003c/summary\u003e\n\n```groovy\nrepositories {\n\tmaven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    implementation 'com.github.Lyzev:Network4K:${version}'\n}\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eMaven\u003c/summary\u003e\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.Lyzev\u003c/groupId\u003e\n        \u003cartifactId\u003eNetwork4K\u003c/artifactId\u003e\n        \u003cversion\u003e${version}\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eRaw Jar\u003c/summary\u003e\n\n1. Go to the [release page](https://github.com/Lyzev/Network4K/releases).\n2. Download Network4K-${version}-all.jar.\n3. Add the jar to your classpath.\n\n\u003c/details\u003e\n\n### Example\n\n\u003cdetails\u003e\n        \u003csummary\u003eHTTP/HTTPS\u003c/summary\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eKotlin\u003c/summary\u003e\n\n```kt\nval response = HttpClient.request(HttpMethod.GET, \"https://www.google.com\")\nprintln(response)\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n        \u003csummary\u003eJava\u003c/summary\u003e\n\n```java\nHttpResponse response = HttpClient.request(HttpMethod.GET, \"https://www.google.com\");\nSystem.out.println(response);\n```\n\u003c/details\u003e\n\u003c/details\u003e\n\n## Documentation\nYou can find the documentation [here](https://lyzev.github.io/Network4K/dokka).\n\n## Code Quality Monitoring\nYou can find the qodana report [here](https://lyzev.github.io/Network4K/qodana).\n\n## Bugs and Suggestions\nBug reports and suggestions should be made in this repo's [issue tracker](https://github.com/Lyzev/Network4K/issues) using the templates provided. Please provide as much information as you can to best help us understand your issue and give a better chance of it being resolved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzev%2Fnetwork4k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyzev%2Fnetwork4k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzev%2Fnetwork4k/lists"}