lsummer / HTTP-ProxyServerLinks
(1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求报文(添加 if-modified-since 头行),向原服务器确认缓存对象是否是最新版本。 (3) 扩展 HTTP 代理服务器,支持如下功能: a) 网站过滤:允许/不允许访问某些网站; b) 用户过滤:支 持/不支持某些用户访问外部网站; c) 网站引导:将用户对某个网站的访问引…
☆37Updated 9 years ago
Alternatives and similar repositories for HTTP-ProxyServer
Users that are interested in HTTP-ProxyServer are comparing it to the libraries listed below
Sorting:
- 基于 WinPcap 的网络抓包软件,使用 MFC 做界面☆90Updated 12 years ago
- 企业级开源的文件传输库,支持UDP和TCP☆43Updated 6 years ago
- C++语言实现的线程池,结合windowsIOCP完成端口,实现socket高并发服务端程序☆30Updated 7 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆64Updated 8 years ago
- C语言写的Http Server,J. David Blackstone在1999年写的一个不到 500 行的超轻量型HTTP服务器Http Server。☆21Updated 6 years ago
- 手把手教你实现自定义的应用层协议☆11Updated 7 years ago
- 用duilib写的一个 虚拟键盘 ,可以参考学习 duilib 的一些用法和鼠标消息的 hook ,今天开源出来供学习。 功能难免不够完善,欢迎修正bug和添加功能,本人比较忙,有可能没时间后期维护,谨慎直接用于 商业项目☆36Updated 9 years ago
- NAT穿透隧道☆57Updated 4 years ago
- p2p网络 tcp打洞、 Nat穿透、seed服务器、peer客户端☆121Updated 3 years ago
- 基于协程的C++网络开发框架☆25Updated 6 years ago
- 12306客户端(MFC版本)☆38Updated 11 years ago
- 基于MFC和WinPcap库开发的网络抓包和协议分析软件☆132Updated 3 years ago
- 网速和流量监控☆11Updated 8 years ago
- xfilter防火墙C源码☆15Updated 10 years ago
- Using IOCP(windows) to implement a high performance TCP server☆9Updated 6 years ago
- WinPcap的抓包与还原 C++☆33Updated 8 years ago
- 一个c语言编写的sock5代理工具☆31Updated 4 years ago
- 使用C++11风格,基于libcurl库封装的HTTP客户端。☆59Updated 7 years ago
- 锥型NAT下,实现基于udp 协议的内网穿透p2p通信 (协议由protobuf生成)☆57Updated 5 years ago
- c++ mfc项目 cow☆25Updated 9 years ago
- 基于MFC的仿QQ局域网聊天软件☆57Updated 9 years ago
- 封装了WinInet的强大http请求库☆63Updated 8 years ago
- 一款设计不错的线程池☆18Updated 7 years ago
- 远程桌面控制软件,当前只能局域网,后面要重构p2p服务器,加上p2p功能☆48Updated 5 years ago
- branch new for vs2017+/gcc-9.2.0+. with xcodecvt, xlog, xhook, xsig etc. branch old for VS2013.☆16Updated 2 months ago
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆80Updated 4 years ago
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆51Updated 3 months ago
- 一个简单好用的c++ web服务器框架(类php nodejs脚本开发体验)c++11☆62Updated last year
- 谷歌2011年开始开发的一款专注于速度的压缩,解压库,速度完胜zlib。☆14Updated 7 years ago
- C++远程调用框架☆33Updated 10 years ago