File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Documentation for ASP.NET Core HttpSys can be found in the [ASP.NET Core HTTP.sy
9
9
This folder contains all relevant code for the HttpSys Web Server implementation.
10
10
11
11
- [ src/] ( src/ ) : Contains all production code for the HttpSys Web Server.
12
- - [ src/NativeInterop/] ( src/NativeInterop ) ` : Contains the native interop layer between managed and native code.
12
+ - [ src/NativeInterop/] ( src/NativeInterop ) : Contains the native interop layer between managed and native code.
13
13
- [ src/RequestProcessing/] ( src/RequestProcessing ) : Contains request and response processing code.
14
- - [ samples/] ( samples/ ) ` : Contains samples showing how to use HTTP.sys.
14
+ - [ samples/] ( samples/ ) : Contains samples showing how to use HTTP.sys.
15
15
16
16
## Development Setup
17
17
You can’t perform that action at this time.
0 commit comments