II.
LibraryProcess overview
Reference · livelib-process:network-programming--http-proxy-server
specializations/network-programming/http-proxy-server overview
HTTP Proxy Server - Build a full-featured HTTP proxy with forward/reverse modes, caching, content filtering, authentication, and logging capabilities.
Attributes
displayName
specializations/network-programming/http-proxy-server
description
HTTP Proxy Server - Build a full-featured HTTP proxy with forward/reverse modes, caching,
content filtering, authentication, and logging capabilities.
libraryPath
library/specializations/network-programming/http-proxy-server.js
specialization
network-programming
references
- - Squid Proxy: http://www.squid-cache.org/Doc/
- - mitmproxy: https://docs.mitmproxy.org/
example
const result = await orchestrate('specializations/network-programming/http-proxy-server', {
projectName: 'Enterprise HTTP Proxy',
language: 'Go',
proxyMode: 'both',
features: { caching: true, filtering: true, authentication: true, logging: true }
});
usesAgents
- proxy-server
- http-protocol
- network-testing
Outgoing edges
lib_applies_to_domain1
- domain:networking·DomainNetworking
lib_belongs_to_specialization1
- specialization:network-programming·Specialization
lib_covers_topic1
- topic:circuit-breakers·TopicCircuit Breakers
lib_implements_workflow1
- workflow:protocol-implementation-review·WorkflowProtocol Implementation Review
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
Incoming edges
None.