Open smalers opened 1 year ago
When viewing online documentation, an http GET is done to confirm the page before trying to open in a browser. This should use a HEAD request to increase performance.
GET
HEAD
When viewing online documentation, an http
GET
is done to confirm the page before trying to open in a browser. This should use aHEAD
request to increase performance.