ika #6858(2008/07/26 15:10 GMT) [ D ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9
private import std.stdio, std.string, std.socket, std.socketstream; void main() { auto s = new SocketStream(new TcpSocket(new InternetAddress("tinyurl.com", 80))); scope(exit) s.close; s.writeString("GET /api-create.php?url=http://ll.jus.or.jp/2008/info/xgihyo HTTP/1.1\r\nHost: tinyurl.com\r\n\r\n"); foreach(char[] line; s) if(line.startsWith("http://")) writeln(line); }
Rating0/0=0.00-0+
[ reply ]
ika
#6858()
[
D
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]