{"id":19407698,"url":"https://github.com/brianary/pretendpoint","last_synced_at":"2026-02-23T09:45:14.296Z","repository":{"id":89782429,"uuid":"233184735","full_name":"brianary/Pretendpoint","owner":"brianary","description":"Pretend Endpoint, the disposable web server. A set of PowerShell cmdlets to create an HTTP test server/endpoint for inspecting or debugging client requests.","archived":false,"fork":false,"pushed_at":"2025-03-21T19:02:25.000Z","size":521,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T23:09:55.021Z","etag":null,"topics":["endpoint","fsharp","network-analysis","powershell","powershell-module","testing"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/Pretendpoint/","language":"F#","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/brianary.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-11T06:03:49.000Z","updated_at":"2025-03-12T04:05:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec5b8b39-5ec2-4a4e-a864-5e07984d3906","html_url":"https://github.com/brianary/Pretendpoint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brianary/Pretendpoint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianary%2FPretendpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianary%2FPretendpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianary%2FPretendpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianary%2FPretendpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianary","download_url":"https://codeload.github.com/brianary/Pretendpoint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianary%2FPretendpoint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268248760,"owners_count":24219557,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["endpoint","fsharp","network-analysis","powershell","powershell-module","testing"],"created_at":"2024-11-10T12:03:31.861Z","updated_at":"2026-02-23T09:45:09.229Z","avatar_url":"https://github.com/brianary.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pretendpoint\r\n============\r\n\r\n\u003c!-- To publish to PowerShell Gallery, commit an update to the .psd1 file --\u003e\r\n\u003cimg src=\"Pretendpoint.svg\" alt=\"Pretendpoint icon\" align=\"right\" /\u003e\r\n\r\n[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/Pretendpoint)](https://www.powershellgallery.com/packages/Pretendpoint/)\r\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/Pretendpoint)](https://www.powershellgallery.com/packages/Pretendpoint/)\r\n[![Actions Status](https://github.com/brianary/Pretendpoint/workflows/.NET%20Core/badge.svg)](https://github.com/brianary/Pretendpoint/actions)\r\n\r\nPretend Endpoint, the disposable web server.\r\nA set of PowerShell cmdlets to create an HTTP test server/endpoint for inspecting or debugging client requests.\r\n\r\nTo install: `Install-Module Pretendpoint`\r\n\r\n![example usage of Pretendpoint](Pretendpoint.gif)\r\n\r\nCmdlets\r\n-------\r\n\r\nDocumentation is automatically generated using [platyPS](https://github.com/PowerShell/platyPS) (`.\\doc.cmd`).\r\n\r\n- [Get-WebRequestBody](docs/Get-WebRequestBody.md) \u0026mdash;\r\n  Starts an HTTP listener to receive a single request, whose body is returned, supporting static or dynamic respnoses.\r\n- [Read-WebRequest](docs/Read-WebRequest.md) \u0026mdash;\r\n  Parses an HTTP listener request.\r\n- [Receive-HttpContext](docs/Receive-HttpContext.md) \u0026mdash;\r\n  Listens for an HTTP request and returns an HTTP request \u0026 response.\r\n- [Restart-HttpListener](docs/Restart-HttpListener.md) \u0026mdash;\r\n  Stops and restarts an HTTP listener.\r\n- [Start-HttpListener](docs/Start-HttpListener.md) \u0026mdash;\r\n  Ports on the localhost to bind to.\r\n- [Stop-HttpListener](docs/Stop-HttpListener.md) \u0026mdash;\r\n  Closes an HTTP listener.\r\n- [Suspend-HttpListener](docs/Suspend-HttpListener.md) \u0026mdash;\r\n  Pauses an HTTP listener.\r\n- [Write-WebResponse](docs/Write-WebResponse.md) \u0026mdash;\r\n  Sends a text or binary response body to the HTTP listener client.\r\n\r\nTests\r\n-----\r\n\r\nTests are written for [Pester](https://github.com/Pester/Pester) (`.\\test.cmd`).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianary%2Fpretendpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianary%2Fpretendpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianary%2Fpretendpoint/lists"}