/*
* call-seq:
* easy.request_size => fixnum
*
* Retrieve the total size of the issued requests. This is so far
* only for HTTP requests. Note that this may be more than one request
* if +follow_location?+ is true.
*/
static VALUE ruby_curl_easy_request_size_get(VALUE self) {