ambry icon indicating copy to clipboard operation
ambry copied to clipboard

RestRequest shoud have getHeaders(), getQueryParams() interfaces instead of getArgs()

Open yami opened this issue 7 years ago • 0 comments

HTTP headers are quite different from query parameters, it seems incorrect to mix them in getArgs(). For example, if-modified-since in HTTP Header has its own meaning, but an if-modified-since query parameter has not.

yami avatar Jul 17 '18 02:07 yami