Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Help for proxy formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
residuum committed Dec 29, 2015
1 parent 8fcc7d8 commit 27323c8
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions rest-help.pd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#N canvas 220 58 1137 558 10;
#X declare -lib purest_json;
#N canvas 220 63 1137 558 10;
#X msg 451 -18 GET https://ajax.googleapis.com/ajax/services/search/web?v=2.0&q=puredata
;
#X text 55 -59 - object for HTTP communication with REST webservices
Expand Down Expand Up @@ -412,34 +411,34 @@ values of Accept: headers;
#X connect 5 0 2 0;
#X connect 9 0 2 0;
#X restore 21 351 pd setting-headers;
#N canvas 313 155 899 593 proxy 0;
#N canvas 313 160 899 593 proxy 1;
#X obj 291 442 rest;
#X obj 288 479 print;
#X msg 404 60 GET http://ix.residuum.org/pd/proxy_test.php;
#X msg 433 380 proxy;
#X msg 62 114 proxy http://117.135.250.136:81;
#X msg 125 142 proxy https://1.234.45.50:3128;
#X text 404 38 This request returns the IP address of the connected computer
;
#X text 460 46 This request returns the IP address of the connected
computer;
#X msg 58 188 proxy socks5://166.62.97.241:18628;
#X msg 37 248 proxy socks4://189.52.165.134:1080;
#X text 34 49 Warning: all those proxies are from some dubious lists
on the internet \, use at your own risk. These may not be up during
the test.;
#X text 463 129 You must always specify protocol \, server and port
#X text 433 219 You must always specify protocol \, server and port
number.;
#X text 468 156 If your proxy needs a username and password \, add
#X text 433 239 If your proxy needs a username and password \, add
those delimited by spaces \, like;
#X msg 386 231 proxy protocol://server:port username password;
#X text 431 342 To clear proxy settings \, send a proxy message without any
parameter to the object.;
#X msg 436 276 proxy protocol://server:port username password;
#X text 431 342 To clear proxy settings \, send a proxy message without
any parameter to the object.;
#X msg 460 78 GET http://ix.residuum.org/pd/proxy_example.php;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 13 0 0 0;
#X restore 21 419 pd proxy;
#X connect 0 0 6 0;
#X connect 6 0 2 0;
Expand Down

0 comments on commit 27323c8

Please sign in to comment.