GenHTTP icon indicating copy to clipboard operation
GenHTTP copied to clipboard

Lightweight web server written in pure C# with few dependencies to 3rd-party libraries.

Results 60 GenHTTP issues
Sort by recently updated
recently updated
newest added

As a developer of a web application, I would like to provide content via WebDAV so that client applications can consume this content in a file based way. **Example** ```csharp...

enhancement

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.1.1 to 3.2.0. Release notes Sourced from MSTest.TestAdapter's releases. v.3.2.0 See the release notes here. v3.2.0-preview.24069.3 See the release notes here. v3.2.0-preview.23623.1 See the release notes here....

dependencies

Bumps dotnet-sonarscanner from 6.0.0 to 6.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet-sonarscanner&package-manager=nuget&previous-version=6.0.0&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.1.1 to 3.2.0. Release notes Sourced from MSTest.TestFramework's releases. v.3.2.0 See the release notes here. v3.2.0-preview.24069.3 See the release notes here. v3.2.0-preview.23623.1 See the release notes here....

dependencies

As a developer of a web application or the server itself, I would like to see the properties of a request to my application, so that I can better investigate...

enhancement
good first issue

As the developer of a web application, I would like to use the features of the `Set-Cookie` header as specified, so that I can make use of advances features as...

enhancement
good first issue

As a developer of a website, I would like to easily test my functionality without the need of parsing HTML, so that I can quickly verify my website works as...

enhancement

As a developer of a web service application, I would like my errors to be rendered as a structured message instead of HTML, so that I can handle it more...

enhancement
good first issue

As a developer of a web application, I would like to use dependency injection for my services and controllers, so that I do not need to resolve all dependencies manually....

enhancement

As a developer of a test method using the `GenHTTP.Testing` module, I would like to easily deserialize the result of a request into a known type, so that I can...

enhancement