{"id":13784995,"url":"https://github.com/ZewoGraveyard/HTTPSerializer","last_synced_at":"2025-05-11T20:31:42.855Z","repository":{"id":98316264,"uuid":"54685780","full_name":"ZewoGraveyard/HTTPSerializer","owner":"ZewoGraveyard","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-20T06:49:35.000Z","size":33,"stargazers_count":3,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T21:39:13.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZewoGraveyard.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-03-25T01:34:22.000Z","updated_at":"2016-09-17T00:39:00.000Z","dependencies_parsed_at":"2023-03-26T15:36:07.347Z","dependency_job_id":null,"html_url":"https://github.com/ZewoGraveyard/HTTPSerializer","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZewoGraveyard%2FHTTPSerializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZewoGraveyard%2FHTTPSerializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZewoGraveyard%2FHTTPSerializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZewoGraveyard%2FHTTPSerializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZewoGraveyard","download_url":"https://codeload.github.com/ZewoGraveyard/HTTPSerializer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253632027,"owners_count":21939370,"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":[],"created_at":"2024-08-03T19:00:54.864Z","updated_at":"2025-05-11T20:31:42.539Z","avatar_url":"https://github.com/ZewoGraveyard.png","language":"Swift","funding_links":[],"categories":["Server Side Utilities"],"sub_categories":["Miscellaneous"],"readme":"# HTTPSerializer\n\n[![Swift][swift-badge]][swift-url]\n[![Zewo][zewo-badge]][zewo-url]\n[![Platform][platform-badge]][platform-url]\n[![License][mit-badge]][mit-url]\n[![Slack][slack-badge]][slack-url]\n[![Travis][travis-badge]][travis-url]\n[![Codebeat][codebeat-badge]][codebeat-url]\n\n## Usage\n\n```swift\nlet serializer = RequestSerializer()\n\ntry serializer.serialize(request) { data in\n  try stream.send(data)\n}\n\ntry stream.flush()\n```\n\n`ResponseSerializer` works the same way\n\n```swift\nlet serializer = ResponseSerializer()\n\ntry serializer.serialize(response) { data in\n  try stream.send(data)\n}\n\ntry stream.flush()\n```\n\n## Installation\n\n- Add `HTTPSerializer` to your `Package.swift`\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n\tdependencies: [\n\t\t.Package(url: \"https://github.com/Zewo/HTTPSerializer.git\", majorVersion: 0, minor: 8)\n\t]\n)\n```\n\n## Support\n\nIf you need any help you can join our [Slack](http://slack.zewo.io) and go to the **#help** channel. Or you can create a Github [issue](https://github.com/Zewo/Zewo/issues/new) in our main repository. When stating your issue be sure to add enough details, specify what module is causing the problem and reproduction steps.\n\n## Community\n\n[![Slack][slack-image]][slack-url]\n\nThe entire Zewo code base is licensed under MIT. By contributing to Zewo you are contributing to an open and engaged community of brilliant Swift programmers. Join us on [Slack](http://slack.zewo.io) to get to know us!\n\n## License\n\nThis project is released under the MIT license. See [LICENSE](LICENSE) for details.\n\n[swift-badge]: https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat\n[swift-url]: https://swift.org\n[zewo-badge]: https://img.shields.io/badge/Zewo-0.5-FF7565.svg?style=flat\n[zewo-url]: http://zewo.io\n[platform-badge]: https://img.shields.io/badge/Platforms-OS%20X%20--%20Linux-lightgray.svg?style=flat\n[platform-url]: https://swift.org\n[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat\n[mit-url]: https://tldrlegal.com/license/mit-license\n[slack-image]: http://s13.postimg.org/ybwy92ktf/Slack.png\n[slack-badge]: https://zewo-slackin.herokuapp.com/badge.svg\n[slack-url]: http://slack.zewo.io\n[travis-badge]: https://travis-ci.org/Zewo/HTTPSerializer.svg?branch=master\n[travis-url]: https://travis-ci.org/Zewo/HTTPSerializer\n[codebeat-badge]: https://codebeat.co/badges/18676a68-305d-4292-9c35-f51a2807852d\n[codebeat-url]: https://codebeat.co/projects/github-com-zewo-httpserializer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZewoGraveyard%2FHTTPSerializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZewoGraveyard%2FHTTPSerializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZewoGraveyard%2FHTTPSerializer/lists"}