{"id":15793761,"url":"https://github.com/cedric05/dothttp-curlify","last_synced_at":"2025-06-20T03:04:46.536Z","repository":{"id":52647607,"uuid":"334171821","full_name":"cedric05/dothttp-curlify","owner":"cedric05","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-16T01:09:04.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T03:03:52.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedric05.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-29T14:39:18.000Z","updated_at":"2021-08-16T01:09:07.000Z","dependencies_parsed_at":"2022-08-22T00:41:00.012Z","dependency_job_id":null,"html_url":"https://github.com/cedric05/dothttp-curlify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cedric05/dothttp-curlify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedric05%2Fdothttp-curlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedric05%2Fdothttp-curlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedric05%2Fdothttp-curlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedric05%2Fdothttp-curlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedric05","download_url":"https://codeload.github.com/cedric05/dothttp-curlify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedric05%2Fdothttp-curlify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260868842,"owners_count":23074958,"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-10-04T23:21:03.065Z","updated_at":"2025-06-20T03:04:41.520Z","avatar_url":"https://github.com/cedric05.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Main Project\n\nWith the rise in microservices, its hard to track outgoing request, its headers, its payload e.t.c ...\n\n\n```http\n/* response\n@name('response')\nPOST https://httpbin.org/post\njson({\n    \"ram\": \"ranga\"\n})\n*/\n\n\n\n// woudn't save request to database as no userinformation is saved\n@name('request')\nPOST https://req.dothttp.dev/https://httpbin.org/post\njson({\n    \"ram\": \"ranga\"\n\n})\n/* response\n@name('response')\nPOST https://httpbin.org/post\njson({\n    \"ram\": \"ranga\"\n})\n\n\n// this is where user woudn't want to save or add host\n@name('request')\nPOST https://req.dothttp.dev/post\njson({\n    \"ram\": \"ranga\"\n\n})\n/* response\n@name('response')\nPOST https://req.dothttp.dev/post\njson({\n    \"ram\": \"ranga\"\n})\n*/\n```\n\nUser\n1) User needs to be logged in\n\n\n## Tasks\n- [x] accept POST\n- [x] accept GET\n- [x] accept HEAD\n- [x] accept query\n- [x] accept body\n- [ ] accept filetypes\n- [x] if Accept header has 'application/html' --\u003e sends html response\n- [ ] if Accept header has '*' --\u003e sends html response \n- [x] if Accept header is not defined --\u003e sends plain text\n- [x] if Accept header is not defined --\u003e sends plain text","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedric05%2Fdothttp-curlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedric05%2Fdothttp-curlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedric05%2Fdothttp-curlify/lists"}