Author: strager Language: text
Description: No description Timestamp: 2012-02-04 22:56:55 -0500
View raw paste Reply
  1. $ curl -X POST --data 'Hello world' 'http://hastebin.com/documents'
  2. {"key":"wuxifuyoqo"}
  3.  
  4. $ curl -X GET 'http://hastebin.com/raw/wuxifuyoqo'
  5. Hello world
View raw paste Reply