htty / htty

htty is the HTTP TTY, a console application for interacting with web servers.
http://htty.github.io
Other
1.75k stars 65 forks source link

Allow patch to send body #135

Closed kkkev closed 9 years ago

kkkev commented 9 years ago

The PATCH HTTP method requires a request entity (see RFC 5789). Therefore htty should send the request body with a patch request- it currently refuses to do so.

njonsson commented 9 years ago

Fixed in 1ccd0d1e52ea2e9560d302f931c8584b7cb115a4 and v1.5.3.