Posts tagged 'URI'
-
URI-1.1 released - September 15, 2004
Announcing the first point release of my URI structure for SML/NJ. This is an add-on code module for SML that converts between strings and URI datatype and also performs some manipulations on the URI. In this point release, I have corrected a problem finding a valid URI if the string begins with whitespace and sped up the parsing routines. See my SML projects page for more information on this release.
-
URI-1.0 Released - July 31, 2004
Announcing version 1.0 of my URI structure for SML/NJ. This is an add-on code module for SML that converts between strings and URI datatypes and also performs some manipulations on the URI. This is the first in a series of modules I will be releasing for Standard ML in an attempt to increase the amount of real-world SML code. It will be required for several of my future projects since it’s really one of the foundations of networking client code. See my SML projects page for more information on this release.