Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.19 KB | None | 0 0
  1. import std.net.curl;
  2.  
  3.  
  4.  
  5. void main() {
  6.  
  7.         auto http = HTTP("173.194.69.94");
  8.         http.verbose(false);
  9.         http.method = HTTP.Method.options;
  10.         http.perform();
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement