Advertisement
Guest User

Untitled

a guest
Apr 17th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. herbylubuntu@herbylubuntu-VirtualBox:~/perl6Scripts$ perl6 -MHTTP::Tinyish -e 'say HTTP::Tinyish.new(agent => "Mozilla/4.0").post: "http://httpbin.org/post", headers => {"Authorization" => "blah"}, content => "foo=bar"'
  2. (headers => {content-length => 0, content-type => text/plain} success => False status => 599 content => reason => Internal Exception url => http://httpbin.org/post)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement