$ curl https://github.com/ -v -x 127.0.0.1:3128 * Trying 127.0.0.1... -. * Connected to 127.0.0.1 (127.0.0.1) port 3128 (#0) | curl creates TCP connection with nginx (with proxy_connect module). * Establish HTTP proxy tunnel to github.com:443 -' > CONNECT github.com:443 HTTP...
A forward proxy module for CONNECT request handling - ngx_http_proxy_connect_module/patch/proxy_connect_rewrite_101504.patch at master · chobits/ngx_http_proxy_connect_module
ngx_rtmp_cmd_module.h shared fill args func 11年前 ngx_rtmp_codec_module.c fixed windows compilation 11年前 ngx_rtmp_codec_module.h added aac-he & aac-hev2 support 11年前 ngx_rtmp_control_module.c fixed errors in control output; now returning http 206 instead of empt… ...
ngx_http_subrange_module就是为了解决这个问题,它能分割HTTP requests。将大数据量的HTTP请求切分为多个子请求,当下载一个1 G的文件,subrange将从后端主机中下载文件块,比如先获取5 M,然后再获取5 M,直到客户端下载完整个文件。 更多查看:https://github.com/Qihoo360/ngx_http_subrange_module 8...
proxy_pass http://$cc_host$cc_port; proxy_read_timeout 2s; proxy_send_timeout 2s; proxy_connect_timeout 2s; } # invoke at worker listen port location ~ ^/([^/]+)/invoke { content_by_lua 'ngx_cc.invokes(ngx.var[1])';
ngx_http_subrange_module就是为了解决这个问题,它能分割HTTP requests。将大数据量的HTTP请求切分为多个子请求,当下载一个1 G的文件,subrange将从后端主机中下载文件块,比如先获取5 M,然后再获取5 M,直到客户端下载完整个文件。 更多查看:https://github.com/Qihoo360/ngx_http_subrange_module ...
NetCoreStack.Proxy - The type-safe, distributed REST library for .NET Standard 2.0 (NetCoreStack Flying Proxy) NSwag - The Swagger/OpenAPI toolchain for .NET, Web API and TypeScript. http://NSwag.org. OData - The Open Data Protocol (OData) enables the creation of HTTP-based data services...
$ curl https://github.com/ -v -x 127.0.0.1:3128 * Trying 127.0.0.1... -. * Connected to 127.0.0.1 (127.0.0.1) port 3128 (#0) | curl creates TCP connection with nginx (with proxy_connect module). * Establish HTTP proxy tunnel to github.com:443 -' > CONNECT github.com:443 HTTP...
nginx_ajp_module- support AJP protocol proxy with Nginx Synopsis http { upstream tomcats { server 127.0.0.1:8009; keepalive 10; } server { listen 80; location / { ajp_keep_conn on; ajp_pass tomcats; } } } Description With this module, Nginx can connect to AJP port directly. The motiv...
Connect, secure, control, and observe services. 474 curl/curl C 35.901k A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP...