bastion-dev / Bastion

Java test library for HTTP APIs
http://bastion.rocks
GNU General Public License v3.0
13 stars 8 forks source link

#24: Added a new request type: FileRequest. #60

Closed KPull closed 7 years ago

KPull commented 7 years ago

This pull request implements #24. In particular, we add a new request type, FileRequest which takes a resource URL containing the content which is sent with the HTTP request.

KPull commented 7 years ago

@FrelliBB, @maria-camenzuli or @chiarafsc, want to review this? :)

KPull commented 7 years ago

Made changes, @maria-camenzuli. :)