Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • amazon-auth-proxy ... 終了にともない、このリポジトリは2020年3月に閉鎖されました】 # Authentication Proxy Server of Amazon Product Advertising API. ### (Amazon Product Advertising API ... が含まれるので、.htaccessなどによって アクセスを禁止しなくてはいけません(dot.htaccess参照)。 amazon-auth-proxy.yamlで指定するentry_pointには、以下のような各 国向けAmazonのAPI ...
  • gaeo-amazon-auth-proxy ... Amazon Product Advertising API using Google App Engine Oil Authentication Proxy Server of Amazon Product Advertising API using Google App Engine Oil. (Amazon Product Advertising APIの認証を代替するPROXYサーバのGoogle App Engine Oil実装) ただただしさんのamazon-auth-proxy. ...
  • SRS-EPP-Proxy ... ::Proxy - EPP <=> SRS XML proxy server for Perl 5 README for SRS::EPP::Proxy ========================== This package in an ... script supplied which can be used to start the proxy on system start-up. License and credits ------------------- This software ...
  • authenticated-rss-proxy ... Proxy ======================= Overview -------- Inspired by Andy Delcambre, this proxy server takes a username and password as parameters and will ... [this post](http://andy.delcambre.com/2007/08/17/authenticated-rss-proxy.html) on Andy Delcambre's blog. ...
  • serial-server Cross platform serial to tcp/ip proxy server. All needed libraries included. Cross-platform serial to tcp/ip proxy ... them from [here](http://cloud.github.com/downloads/andreisavu/serial-server/commapi-win32.zip). In order to install it follow the steps ...
  • node-http-proxy ... same events that it emits. ### listen(port) start the proxy server on the given `port`. ### close() stop the ... | process.O_CREAT, 0666, function(err, fd) { var s = proxy.createServer(function(headers, body, callback) { fs.write(fd ...
  • node-proxy ... as either host:port or just port ============ The Forwarding Proxy Server ================= This is the simplest and most basic of the ... .js 8000 3000 jimsmachine.com:3500 Would start the proxy on port 8000 on localhost. This will forward tcp ...
  • SSL-Proxy ... a HTTPS server, if you run an SSL Proxy server on port 443 which forwards the connections to port 80. SSL Proxy ... directory. Copy ssl_proxy to anywhere you want :) Key generation ============== SSL Proxy can not generate keys, use ssleay's req utility to ...
  • node-http-proxy ... ', 'utf8') } }).listen(8009); ``` ##### HTTPS -> HTTPS ```js // // Create the proxy server listening on port 443 // httpProxy.createServer({ ssl ... You can activate the websocket support for the proxy using `ws:true` in the options. ```js // // Create ...
  • websockets-proxy ... WebSockets Proxy offers a solution. WebSockets Proxy is a simple proxy server written in Ruby which can tunnel TCP/IP ... = new WebSocket("ws://localhost:8080/google.com:80", "websockets-proxy"); ws.onopen = function() { ws.send(btoa("GET /\r\n\ ...