Skip to content

Instantly share code, notes, and snippets.

@jage
Last active August 29, 2015 14:19
Show Gist options
  • Save jage/0c725cb4874744763b1d to your computer and use it in GitHub Desktop.
Save jage/0c725cb4874744763b1d to your computer and use it in GitHub Desktop.
To be used with wrk
wrk.method = "POST"
wrk.body = '<?xml version="1.0"?><methodCall><methodName>weblogUpdates.ping</methodName><params><param><value>Twingly Blog</value></param><param><value>http://blog.twingly.com/</value></param></params></methodCall>'
wrk.headers["Content-Type"] = "text/xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment