perl6-lwp-simple
perl6-lwp-simple copied to clipboard
URI object in get/post method params
Mandatory URI parsing makes communication with services located under constant URL painfully slow (parsing the same URL over and over again).
To speed things up get
and post
methods should also accept URI object.
Still true.