Pattern 49: Final slash on URLs
AKA:

Back to Diagram 1 - Getting started Back to Diagram 2 - Useability Back to Diagram 3 - Adding detail Back to Diagram 4 - Workflow/security

View sensitizing image - tbd

You know that users are sensitive to DOWNLOAD TIME (42) and that every little helps.

How can you speed up downloads from your site and from new sites that the user visits?

Therefore

Always arrange to append the final slash to any URLs that the user types and correct other obvious syntactical errors.

This pattern is terminal within this language.


Discussion - forces - known uses

You should use something like http://www.daftname.com/
rather than http://www.daftname.com
or www.daftname.com
This will fractionally decrease download time.

Of course, most modern browsers do this automatically, but if you are constructing URLs in an applet or program of some sort then the pattern applies.

Browse the language What is Wu? Look at an example pattern sequence Structure of the patterns
Comment on Wu Contributors Return to TriReme home page Links to related sites