{"id":24519724,"url":"https://github.com/cortiz/monica","last_synced_at":"2026-07-01T17:32:08.853Z","repository":{"id":244341844,"uuid":"814937910","full_name":"cortiz/monica","owner":"cortiz","description":"Monica is designed to handle Network requests and responses.","archived":false,"fork":false,"pushed_at":"2024-06-21T03:15:49.000Z","size":28,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T12:17:51.930Z","etag":null,"topics":["api-client","api-rest","http-client","http-requests","security-tools","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/cortiz.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T02:56:02.000Z","updated_at":"2024-06-21T02:57:03.000Z","dependencies_parsed_at":"2025-01-22T01:52:17.464Z","dependency_job_id":"1d672c52-81b2-4ecc-905a-e3238216f254","html_url":"https://github.com/cortiz/monica","commit_stats":null,"previous_names":["cortiz/monica"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cortiz/monica","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cortiz%2Fmonica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cortiz%2Fmonica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cortiz%2Fmonica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cortiz%2Fmonica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cortiz","download_url":"https://codeload.github.com/cortiz/monica/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cortiz%2Fmonica/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35017089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-client","api-rest","http-client","http-requests","security-tools","testing"],"created_at":"2025-01-22T01:52:14.460Z","updated_at":"2026-07-01T17:32:08.834Z","avatar_url":"https://github.com/cortiz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monica\n\nMonica is designed to handle Network requests and responses. \n\n## Features\n* Parse raw HTTP requests and return a Request object.\n* Send HTTP requests with custom headers and body.\n* Parse HTTP responses, including headers and body.\n\n## Usage\n* Runs all `mon` files in the current directory\n\t```bash\n\tmonica run \n\t```\n* Run a single file \n\t```bash\n\tmonica run -s \u003cfile\u003e\n\t```\n\n## Mon file format\n Lines starting with `#` are considered comments and are ignored.\n### HTTP Request\n```\n#Comment\nHTTP METHOD URL\nHEADERS\n\nBODY\n```\n\n#### Example\n```\n# Simple HTTP Request\nGET http://httpbin.org/status/200\nHost: httpbin.org\nUser-Agent: monica/0.1.0\n\n```\n\n```\n# Simple POST HTTP Request\nGET http://httpbin.org/anything\nHost: httpbin.org\nUser-Agent: monica/0.1.0\n\n{\n  \"key\": \"value\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcortiz%2Fmonica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcortiz%2Fmonica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcortiz%2Fmonica/lists"}