HttpMockServerTool,经过简单配置可模拟HTTP/HTTPS服务器接口。 微型HTTP服务器-HttpMockServerTool
2021-08-03 17:15:42 109KB HTTP 服务器 httpservermockto httpmockserverto
1
这是一个http server ,可以接受get post 请求,根据需求查询数据库并返回数据。完整的server代码,无client代码
2021-08-03 14:29:15 11.06MB netty http server
1
【最新】C++ http post form_data传文件源码,【最新】C++ http post form_data传文件源码,【最新】C++ http post form_data传文件源码
2021-08-03 09:27:21 322KB c++ http post
1
服务器扫描发现漏洞,其中一个是: 可通过HTTP获取远端WWW服务信息 [Microsoft-IIS/8.5] 漏洞描述 本插件检测远端HTTP Server信息。这可能使得攻击者了解远程系统类型以便进行下一步的攻击。 解决方案 NSFOCUS建议您采取以下措施以降低威胁 打开网页,审查代码,我们发现这几个标头明显标明我们的服务器和平台信息,存在安全风险,必须要隐藏。当前这个版本是.net4.0的。使用时,将文件名,修改为:CustomHttpModules.dll。 拷贝DLL到网站BIN目录,修改网站的 Web.config
2021-08-02 10:17:50 5KB iis
1
http-server 是简单的零配置命令行 http 服务器。提供的选项:-p Port to use (defaults to 8080)-a Address to use (defaults to 0.0.0.0)-d Show directory listings (defaults to 'True')-i Display autoIndex (defaults to 'True')-e or --ext Default file extension if none supplied (defaults to 'html')-s or --silent Suppress log messages from output--cors Enable CORS via the Access-Control-Allow-Origin header-o Open browser window after staring the server-c Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds (defaults to '3600'). To disable caching, use -c-1.-P or --proxy Proxies all requests which can't be resolved locally to the given url. e.g.: -P http://someurl.com-S or --ssl Enable https.-C or --cert Path to ssl cert file (default: cert.pem).-K or --key Path to ssl key file (default: key.pem).-r or --robots Provide a /robots.txt (whose content defaults to 'User-agent: *\nDisallow: /')-h or --help Print this list and exit. 标签:httpserver
2021-08-01 11:15:43 162KB 开源项目
1
C#编写的Http服务
2021-07-30 21:09:48 2.89MB C#
1
鹅更新 一个 HTTP 服务器,它复制 Discord 的更新 API,将请求代理到官方端点并允许自定义版本的模块。 部署 使用npm install安装 GooseUpdate 的依赖项 将example.config.js复制到config.js并根据自己的喜好进行修改,然后运行node src/index.js (PORT) 。 用法 Discord 从存储在不同目录中的settings.json文件中获取更新 API URL,具体取决于您的操作系统。 所述目录如下: 视窗: %appdata%\discord\ 苹果: ~/Library/Application Support/discord/ Linux: ~/.config/discord/ 在settings.json设置UPDATE_ENDPOINT和NEW_
2021-07-24 11:03:38 701KB JavaScript
1
用consul作为服务注册和发现的中心,使用flask作为http服务器开发的微服务demo
2021-07-23 14:46:24 77KB Python开发-其它杂项
1
Qt与Http服务器通讯下载并保存文件,带有进度条,输入网址,下载指定地址处的文件
2021-07-16 23:47:27 5KB Qt HTTP
1
C++socket网络编程大全实战http服务器(支持php)视频培训教程概况:本课程会同时演示在linux和windows中的编程,课程中的线程和正则表达式都使用c++提供库。本课程包含了socket网络编程常用的所有特性,包括tcp、udp协议的基础编程,广播包,超时连接,多路复用,高并发的epoll多路复用,多线程的服务端。课程讲解理论与实践相结合,实践以代码延时讲解为主。
2021-07-16 16:28:47 10.42MB 网络编程 socket http udp tcp C/C++ 编程语言/框架
1