Scott Dupree
Scott Dupree
@amrbashir Im curious why you want to add a webview which works through NativeActivity and manually renders results instead of simply using a built in [Android WebView](https://developer.android.com/guide/webapps/webview#java)?
Another independent use case for this is for the WASM browser target. It would be convenient for clients to be able to specify relative URLs from the host they are...
I dont know a super bunch about how the crate configures TLS and stuff, but I do see that the client has a local_address field which (presumably) defines the address...
Ok, so what my thought was the default interpretation of a relative URL is more like the loopback address (in a non-browser context)
Whoops, it looks like I accidentally mis-submitted with only the issue template. I updated the comment to reflect what I meant to submit
I am interested in this feature. What is the status of this? Is there some spanning information available or is this yet to be implemented? My use case is that...
I dont think this should be added to RequestBuilder because it conflicts with separation of concerns and muddles what the responsibility of a Request or a Client is. The Request...