Uwaa/HTTP
2024-11-30 11:18:33 +00:00
..
Routing add host field to all requests 2024-11-22 08:08:27 +00:00
Websockets initial commit 2024-11-22 06:40:43 +00:00
HTTP.csproj initial commit 2024-11-22 06:40:43 +00:00
HttpClient.cs fixes 2024-11-25 22:54:35 +00:00
HttpClientInfo.cs initial commit 2024-11-22 06:40:43 +00:00
HttpContent.cs initial commit 2024-11-22 06:40:43 +00:00
HttpException.cs make httpexception public 2024-11-22 07:10:04 +00:00
HttpFields.cs http: move FieldCallback 2024-11-24 07:45:54 +00:00
HttpHelpers.cs initial commit 2024-11-22 06:40:43 +00:00
HttpMethod.cs initial commit 2024-11-22 06:40:43 +00:00
HttpRequest.cs add host field to all requests 2024-11-22 08:08:27 +00:00
HttpResponse.cs fix HTTP response generator methods 2024-11-24 07:46:13 +00:00
HttpServer.cs initial commit 2024-11-22 06:40:43 +00:00
HttpStream.cs http: fix incomplete content read 2024-11-30 11:18:33 +00:00
MIMEType.cs ignore parameters for now 2024-11-22 08:09:58 +00:00
README.md initial commit 2024-11-22 06:40:43 +00:00

Minimal HTTPS 1.1 server and client library for C#, featuring routing. Does not depend on IIS.