aboutsummaryrefslogtreecommitdiffstats
path: root/test/plum/client/test_response.rb
Commit message (Expand)AuthorAgeFilesLines
* client: add Response#join methodKazuki Yamaguchi2016-05-081-10/+12
* client: call the block passed to Client#request in Response#set_headersKazuki Yamaguchi2016-05-081-0/+17
* client: make Response's internal methods privateKazuki Yamaguchi2016-05-081-25/+25
* client: add auto_decode option: decode automatically deflate or gzip encoded ...Kazuki Yamaguchi2015-11-101-0/+5
* client/response: add Response#on_finishKazuki Yamaguchi2015-11-091-0/+11
* client: split HTTP/2-specific stuffs to ClientSessionKazuki Yamaguchi2015-11-081-2/+12
* client: rename each_chunk to on_chunkKazuki Yamaguchi2015-11-061-14/+2
* client: constructor accept IO objectKazuki Yamaguchi2015-11-061-1/+1
* update testsKazuki Yamaguchi2015-11-061-0/+19
* client/response: add test and docsKazuki Yamaguchi2015-11-031-0/+46