René's URL Explorer Experiment


Title: GitHub - lsummer/HTTP-ProxyServer: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求报文(添加 if-modified-since 头行),向原服务器确认缓存对象是否是最新版本。 (3) 扩展 HTTP 代理服务器,支持如下功能: a) 网站过滤:允许/不允许访问某些网站; b) 用户过滤:支持/不支持某些用户访问外部网站; c) 网站引导:将用户对某个网站的访问引导至一个模拟网站(钓 鱼)。

Open Graph Title: GitHub - lsummer/HTTP-ProxyServer: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求报文(添加 if-modified-since 头行),向原服务器确认缓存对象是否是最新版本。 (3) 扩展 HTTP 代理服务器,支持如下功能: a) 网站过滤:允许/不允许访问某些网站; b) 用户过滤:支持/不支持某些用户访问外部网站; c) 网站引导:将用户对某个网站的访问引导至一个模拟网站(钓 鱼)。

X Title: GitHub - lsummer/HTTP-ProxyServer: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求报文(添加 if-modified-since 头行),向原服务器确认缓存对象是否是最新版本。 (3) 扩展 HTTP 代理服务器,支持如下功能: a) 网站过滤:允许/不允许访问某些网站; b) 用户过滤:支持/不支持某些用户访问外部网站; c) 网站引导:将用户对某个网站的访问引导至一个模拟网站(钓 鱼)。

Description: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求报文(添加 if-modified-since 头行),向原服务器确认缓存对象是否是最新版本。 (3) 扩展 HTTP 代理服务器,支持如下功能: a) 网站过滤:允许/不允许访问某些网站; b) 用户过滤:支持/不支持某些用户访问外部网站; c) 网站引导:将用户对某个网站的访问引导至一个模拟网站(钓 鱼)。 - GitHub - lsummer/HTTP-ProxyServer: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求报文(添加 if-modified-since 头行),向原服务器确认缓存对象是否是最新版本。 (3) 扩展 HTTP 代理服务器,支持如下功能: a) 网站过滤:允许/不允许访问某些网站; b) 用户过滤:支持/不支持某些用户访问外部网站; c) 网站引导:将用户对某个网站的访问引导至一个模拟网站(钓 鱼)。

Open Graph Description: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求...

X Description: (1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求...

Opengraph URL: https://github.com/lsummer/HTTP-ProxyServer

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository
route-controllerfiles
route-actiondisambiguate
fetch-noncev2:39b1b4a8-39e0-bb86-9c5c-7616bd15a057
current-catalog-service-hashf3abb0cc802f3d7b95fc8762b94bdcb13bf39634c40c357301c4aa1d67a256fb
request-id9886:3C46FC:1BA745:261EA0:6977882A
html-safe-noncee91a5435f61425dfb9fb03a69eeb3c2c9574424f955c14a7b643596eece777f1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5ODg2OjNDNDZGQzoxQkE3NDU6MjYxRUEwOjY5Nzc4ODJBIiwidmlzaXRvcl9pZCI6IjI1Njg1NzU4NjI4MTA1NzY5MzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac9884c4c458025ef819ca96e648b324f239603619b8a3e388c64cf8cba417b5af
hovercard-subject-tagrepository:58715123
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location//
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/lsummer/HTTP-ProxyServer
twitter:imagehttps://opengraph.githubassets.com/3c9b884517e0500d1e3f2a30424e100dc389af989cab069cfb99a04dc0bc6a47/lsummer/HTTP-ProxyServer
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3c9b884517e0500d1e3f2a30424e100dc389af989cab069cfb99a04dc0bc6a47/lsummer/HTTP-ProxyServer
og:image:alt(1) 设计并实现一个基本 HTTP 代理服务器。要求在指定端口(例如 8080)接收来自客户的 HTTP 请求并且根据其中的 URL 地址访问该地址 所指向的 HTTP 服务器(原服务器),接收 HTTP 服务器的响应报文,并 将响应报文转发给对应的客户进行浏览。 (2) 设计并实现一个支持 Cache 功能的 HTTP 代理服务器。要求能缓 存原服务器响应的对象,并能够通过修改请求...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefd37f8e74ecc49b700617ea694fa6d7b395b6c9a4b79c59b3014da220462ac69
turbo-cache-controlno-preview
go-importgithub.com/lsummer/HTTP-ProxyServer git https://github.com/lsummer/HTTP-ProxyServer.git
octolytics-dimension-user_id9758715
octolytics-dimension-user_loginlsummer
octolytics-dimension-repository_id58715123
octolytics-dimension-repository_nwolsummer/HTTP-ProxyServer
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id58715123
octolytics-dimension-repository_network_root_nwolsummer/HTTP-ProxyServer
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release523f6485bbeeb9958ec03260b225e9183734585d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flsummer%2FHTTP-ProxyServer
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flsummer%2FHTTP-ProxyServer
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E&source=header-repo&source_repo=lsummer%2FHTTP-ProxyServer
Reloadhttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
Reloadhttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
Reloadhttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
lsummer https://patch-diff.githubusercontent.com/lsummer
HTTP-ProxyServerhttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flsummer%2FHTTP-ProxyServer
Fork 29 https://patch-diff.githubusercontent.com/login?return_to=%2Flsummer%2FHTTP-ProxyServer
Star 38 https://patch-diff.githubusercontent.com/login?return_to=%2Flsummer%2FHTTP-ProxyServer
38 stars https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/stargazers
29 forks https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/forks
Branches https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/branches
Tags https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/tags
Activity https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/activity
Star https://patch-diff.githubusercontent.com/login?return_to=%2Flsummer%2FHTTP-ProxyServer
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flsummer%2FHTTP-ProxyServer
Code https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
Issues 1 https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/issues
Pull requests 0 https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/pulls
Actions https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/actions
Projects 0 https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/projects
Security 0 https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/security
Insights https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/pulse
Code https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
Issues https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/issues
Pull requests https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/pulls
Actions https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/actions
Projects https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/projects
Security https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/security
Insights https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/pulse
Brancheshttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/branches
Tagshttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/tags
https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/branches
https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/tags
4 Commitshttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/commits/master/
https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/commits/master/
.gitignorehttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/blob/master/.gitignore
.gitignorehttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/blob/master/.gitignore
HTTP代理服务器代码.cpphttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/blob/master/HTTP%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%BB%A3%E7%A0%81.cpp
HTTP代理服务器代码.cpphttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/blob/master/HTTP%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%BB%A3%E7%A0%81.cpp
代理服务器报告说明.dochttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/blob/master/%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%8A%A5%E5%91%8A%E8%AF%B4%E6%98%8E.doc
代理服务器报告说明.dochttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/blob/master/%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%8A%A5%E5%91%8A%E8%AF%B4%E6%98%8E.doc
Please reload this pagehttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer
Activityhttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/activity
38 starshttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/stargazers
1 watchinghttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/watchers
29 forkshttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/forks
Report repository https://patch-diff.githubusercontent.com/contact/report-content?content_url=https%3A%2F%2Fgithub.com%2Flsummer%2FHTTP-ProxyServer&report=lsummer+%28user%29
Releaseshttps://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/releases
Packages 0https://patch-diff.githubusercontent.com/users/lsummer/packages?repo_name=HTTP-ProxyServer
C++ 100.0% https://patch-diff.githubusercontent.com/lsummer/HTTP-ProxyServer/search?l=c%2B%2B
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.