command:serve: add ability to pass raw POST data with getURL.
authorW. Trevor King <wking@tremily.us>
Fri, 24 Aug 2012 14:08:33 +0000 (10:08 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 24 Aug 2012 14:08:33 +0000 (10:08 -0400)
commitcdc8049dd294d046813b18c759ee7f16ccf08746
tree6bb9bfe27322e465d81c262c380263d5b5ce0ca6
parent09a28055449f3b574710dfce9fb4524cd770e381
command:serve: add ability to pass raw POST data with getURL.

This is analagous to the earlier change to get_post_url:

  commit 0cd072b9710ee964e6f449abd9265d85e02f34d2
  Author: W. Trevor King <wking@tremily.us>
  Date:   Fri Aug 24 09:29:58 2012 -0400

    util:http: add ability to pass raw POST data with get_post_url.
libbe/command/serve.py