requests.rangeadapter

Undocumented in source.

Members

Functions

makeAdapter
InputRangeAdapter makeAdapter(R r)

makeAdapter convert input range of ubytes (rank 1 or rank 2), So that it can be used in POST requests You can use it in Interceptors to modify/set POST data.

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