I actually do not want to implement that behaviour (and I never did) but I want to know how the process and the response-message/chain looks like when a client requests a html page from the server that has css and js files linked to it.
Will the browser parse the html document and look for links in it that he then requests seperately? I can't really think of a more practical way to do it. It would require the files to use relative urls though.
I couldn't find any information on that particular topic on internet for that so far... which really surprizes me.