Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotalik committed Mar 25, 2021
1 parent 6a75980 commit cf55b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Servers/HttpSys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Documentation for ASP.NET Core HttpSys can be found in the [ASP.NET Core HTTP.sy
This folder contains all relevant code for the HttpSys Web Server implementation.

- [src/](src/): Contains all production code for the HttpSys Web Server.
- [src/NativeInterop/](src/NativeInterop)`: Contains the native interop layer between managed and native code.
- [src/NativeInterop/](src/NativeInterop): Contains the native interop layer between managed and native code.
- [src/RequestProcessing/](src/RequestProcessing): Contains request and response processing code.
- [samples/](samples/)`: Contains samples showing how to use HTTP.sys.
- [samples/](samples/): Contains samples showing how to use HTTP.sys.

## Development Setup

Expand Down

0 comments on commit cf55b1f

Please sign in to comment.