504e2ef5558494e5ea2cad1ffb5470d1b6e11d8b |
|
02-Apr-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add timeout option for HTTP requests. |
94f573389574969a548e95f67c87c473a4c4a3ea |
|
25-Mar-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Consider array structure when building a query string
The array elements are separated by comma. |
7203ae3d43f64ecaf5f210de17b9f2949270948a |
|
11-Mar-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Set data in caller. |
695ebebe215561281ed25daac5c8de4cbefeb5fe |
|
11-Mar-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Select PostCaller on `:post` method. |
dd0506cc85faf35143d88d3547a5f432e812128b |
|
29-Jan-2015 |
Tim Reddehase <robustus@rightsrestricted.com> |
use readable constants for HTTP-response type
In order to decide how the HTTP response of a Hets::Caller should be
served, we'll use speaking constant names. |
511ba3e3d7deb4a13a03ce522a99a0395acc61b7 |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
perform proposed hound-style fixes. |
3856b7bdf70cec553e0ca01ca823c7fc555a06f0 |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
adjust parsing to work with io/tempfile instance
In order for the API-system to work properly we'll need
to work with the streamed Tempfile. So instead of
working with filepaths we'll need to pass io-instances
to parsing-processes. |
6cf3ba1dcf972672069f0826427619587d32d9e6 |
|
20-Oct-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
add basic classes to call hets-api. |