Guest User

dlang http patch request

a guest
Sep 9th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.10 KB | None | 0 0
  1. import std.stdio, std.net.curl;
  2.  
  3. void main()
  4. {
  5.     writeln(patch("httpbin.org/patch", "some data"));
  6. }
Advertisement
Add Comment
Please, Sign In to add comment