uhttpsharp:非常轻巧且简单的嵌入式HTTP服务器用于C# 源码
μHttpSharp 适用于C#的非常轻巧且简单的嵌入式HTTP服务器 主 提供者 由和提供的Windows CI 提供的Windows CI 提供的Mono CI 用法 提供了,可通过NuGet软件包管理器进行安装: install-package uHttpSharp 使用示例: using (var httpServer = new HttpServer(new HttpRequestProvider())) { // Normal port 80 : httpServer.Use(new TcpListenerAdapter(new TcpListener(IPAddr
文件列表
uhttpsharp-master.zip
(预估有个97文件)
uhttpsharp-master
uhttpsharp-demo
packages.config
206B
HttpException.cs
562B
Program.cs
6KB
Controllers
DemoController.cs
3KB
uhttpsharp.Demo.csproj
4KB
StringsRestController.cs
2KB
app.config
1KB
暂无评论