Is it possible for a web-server to send more files than requested for, and have the browser accept them?
- by Osiris
I've created a basic web server for a school project, and it serves static content without a problem.
I thought of having the server parse all htm/html files for links to .js/.css/image files, and send these files to the client without these files being requested by the client later.
eg. The browser requests: index.htm
The server…