requests.rangeadapter

Undocumented in source.

Members

Functions

makeAdapter
InputRangeAdapter makeAdapter(R r)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

InputRangeAdapter
struct InputRangeAdapter

This struct erase Type of the input range for POST requests, so that I can avoid templated functions for these requests. It is important for Interceptors which have no idea about user input types. Also it convert any rank 1 or 2 ranges to rank(2) so that I can use unified code later

Meta