Uwaa/HTTP
2024-12-25 22:14:53 +00:00
..
Routing http: example fixes and security fixes 2024-12-25 22:14:53 +00:00
Websockets http: output a Task on Websocket.Close 2024-12-02 16:18:14 +00:00
HTTP.csproj csproj cleanups 2024-12-02 16:17:26 +00:00
HttpClient.cs http: example fixes and security fixes 2024-12-25 22:14:53 +00:00
HttpClientInfo.cs initial commit 2024-11-22 06:40:43 +00:00
HttpContent.cs http: nitpicks 2024-12-15 08:01:50 +00:00
HttpException.cs make httpexception public 2024-11-22 07:10:04 +00:00
HttpFields.cs http: add referrer 2024-12-15 08:02:08 +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 http: nitpicks 2024-12-15 08:01:50 +00:00
HttpServer.cs http: example fixes and security fixes 2024-12-25 22:14:53 +00:00
HttpStream.cs http: example fixes and security fixes 2024-12-25 22:14:53 +00:00
MIMEType.cs http: nitpick 2024-12-09 22:30:43 +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.