{"id":19557151,"url":"https://github.com/gingray/tiny_http_parser","last_synced_at":"2025-10-05T18:41:06.286Z","repository":{"id":25877192,"uuid":"29317424","full_name":"gingray/tiny_http_parser","owner":"gingray","description":null,"archived":false,"fork":false,"pushed_at":"2015-01-18T17:11:50.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T03:49:06.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/gingray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-15T20:46:14.000Z","updated_at":"2015-01-18T17:11:19.000Z","dependencies_parsed_at":"2022-08-24T14:16:12.150Z","dependency_job_id":null,"html_url":"https://github.com/gingray/tiny_http_parser","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingray%2Ftiny_http_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingray%2Ftiny_http_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingray%2Ftiny_http_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingray%2Ftiny_http_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingray","download_url":"https://codeload.github.com/gingray/tiny_http_parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240814864,"owners_count":19861957,"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-11-11T04:40:30.400Z","updated_at":"2025-10-05T18:41:06.180Z","avatar_url":"https://github.com/gingray.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyHttpParser\n\nSimple tool for fetching urls over internet\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'tiny_http_parser'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install tiny_http_parser\n\n## Usage\n\n```ruby\nrequire 'tiny_parser'\n\nfetcher = FetcherFromEnum.new ['http://ya.ru','http://google.com']\nfetcher.on_content_get do |url, content, http_client|\n\tputs '[+]'+ content.slice(0, 10)\nend\n\nfetcher.on_exception_raised do |e|\n\tputs e\nend\n\nfetcher.perform\n```\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/tiny_http_parser/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingray%2Ftiny_http_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingray%2Ftiny_http_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingray%2Ftiny_http_parser/lists"}