Currently the server HTTPClient only accepts absolute URLs. It should accept relative URLs similar to the client and the server should use the current URL to figure out the absolute path.
This becomes more important as we use the URL as key to the HTTP cache that is transferred from the server to the client.
Currently the server HTTPClient only accepts absolute URLs. It should accept relative URLs similar to the client and the server should use the current URL to figure out the absolute path.
This becomes more important as we use the URL as key to the HTTP cache that is transferred from the server to the client.