解决VS Web中调试 x64位编写的c++ dll时出 加载格式不正确的问题 VS中带的WebDev.WebServer40为x86,此版本为x64编译
2022-12-06 00:37:49 250KB WebServer
1
快速,易于使用的网络微框架。 描述 Crow是用于运行Web服务的C ++微框架。 它使用类似于Python的Flask的路由,使其易于使用。 它也非常快,击败了多个现有的C ++框架以及非C ++框架。 产品特点 易于布线(类似于长颈瓶)。 类型安全的处理程序。 速度飞快(请参阅和)。 内置JSON支持。 基于的模板库( crow::mustache )。 仅标头库(可用单个标头文件)。 中间件对扩展的支持。 HTTP / 1.1和Websocket支持。 多部分请求和响应支持。 使用现代C ++(11/14) 仍在开发中 文献资料 可用。 例子 你好世界 # includ
2022-11-25 17:07:19 637KB http framework cpp webserver
1
qtwebserver:基于Qt的Web应用程序服务器
2022-11-15 17:29:20 134KB lightweight qt embedded webserver
1
nanohttpd是一个java开源项目,对http服务做了很好的封装,使用起来非常方便。只需一个文件即可实现httpserver; nanohttpd 2.3.0是最新的版本,只需将资源中的jar包引入到工程中,按照例程进行开发,很轻松就可以拥有httpserver服务器哦
2022-11-09 10:16:21 17KB jar
1
Explained in detail qt how to build a web server
2022-11-07 16:32:10 2.97MB http qt qt_web服务器 qt_web
1
python写的一个简单的web server,计算机网路课堂研讨要求实现的,哈哈
2022-10-23 11:06:06 3KB python Webserver
1
调用pb开发的webserver(SOAP 1.2) /* POST /webservice/n_webservice.asmx HTTP/1.1 Host: localhost Content-Type: application/soap+xml; charset=utf-8 Content-Length: length string string
2022-09-12 09:05:31 68KB powerbuild webserver SOAP1.2 json
1
调用pb开发的webserver(SOAP 1.1) /* POST /webservice/n_webservice.asmx HTTP/1.1 Host: localhost Content-Type: application/soap+xml; charset=utf-8 Content-Length: length string string
2022-09-12 09:05:30 65KB powerbuild webserver SOAP1.1 http
1
TinyWebServer:Linux下C ++轻量级Web服务器
2022-09-11 14:25:36 55.6MB cpp webserver http-server webbench
1
调用pb开发的webserver(HTTP POST) /*POST /webservice/n_webservice.asmx/uf_ab HTTP/1.1 Host: localhost Content-Type: application/x-www-form-urlencoded Content-Length: length ll_a=string&ll_b=string*/ /*获取结果 HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length short*/ //出参是json格式{"statusCode":"2"}
2022-09-11 12:03:40 75KB powerbuild http webserver HTTPPOST
1