Yes I know it is for security reason. But I am write a sandbox where request will proxy though Unix socket, then the request will be encrypted outside the sandbox.
I can create a pull request to enable the ability.
The API can be something like this
pub fn force_absolute_form(mut self) -> Connected {
self.force_absolute_form = true;
self
}