mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #520] [MERGED] Make kestrel limits configurable #950
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/520
Author: @eduherminio
Created: 10/14/2020
Status: ✅ Merged
Merged: 10/15/2020
Merged by: @StefH
Base:
master← Head:override-kestrel-options-with-config-file📝 Commits (4)
caca829Allow kestrel options to be overriden with values of config files and environment variables (see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-3.1#kestrel-options)505c812Make appsettings.json optional4ad5aeeMove changes to AspNetCoreSelfHost.Framework files.e527868Implement ConfigureKestrelServerOptions for .NET Standard 1.3.📊 Changes
3 files changed (+42 additions, -0 deletions)
View changed files
📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs(+21 -0)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard13.cs(+19 -0)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+2 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.