Method Protocols.HTTP.Session()->Request()->prepare_method()
- Method
prepare_method
array(string|int|mapping) prepare_method(stringmethod,URLurl,void|mappingquery_variables,void|mappingextra_headers,void|stringdata)- Description
Prepares the HTTP Query object for the connection, and returns the parameters to use with do_sync, do_async or do_thread.
This method will also use cookie information from the parent Session, and may reuse connections (keep-alive).