Skip to content

Commit 39baf65

Browse files
committed
NuGet v2.1.3, stream support in content route processor
1 parent 5c042fc commit 39baf65

File tree

1,103 files changed

+4603
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,103 files changed

+4603
-35
lines changed

.vs/WatsonWebserver/v15/.suo

1 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 0 deletions

Test.ContentRoutes/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Program
1414
static void Main()
1515
{
1616
Server s = new Server("127.0.0.1", 9000, false, DefaultRoute);
17+
s.ReadInputStream = true;
1718
s.ContentRoutes.Add("/", true);
1819
s.ContentRoutes.Add("/html/", true);
1920
s.ContentRoutes.Add("/img/watson.jpg", false);

Test.ContentRoutes/Test.ContentRoutes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.2</TargetFramework>
5+
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)