Difference between revisions of "URL URI URN Implimentations"
From BRL-CAD
(Updated URL page with current information) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[category:Geometry Service]] | |
− | + | The formal way to specify the URL of a directory or concrete resource in a Geometry Service repository is as follows: | |
− | + | gs://host.of.geometry.service[:port]/name[:revision]/name[:revision]/...etc[:revision}[/] | |
− | |||
− | + | '''[port]''' Port is an optional paramater, default is 5309. | |
− | + | ||
− | + | '''[revision]''' Revision is an optional per path step parameter, default is HEAD. | |
+ | |||
+ | '''[/]''' A trailing backslash indicates a directory, whereas the absense of a backslash indicates a concrete resource. | ||
+ | <br /> | ||
+ | <br /> | ||
+ | ---- | ||
+ | ===Examples=== | ||
+ | |||
+ | Requesting | ||
+ | gs://geoserv.brlcad.org/wheeled/civilian/cars/sports/lotus/ | ||
+ | would return a directory listing. | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | Where as requesting | ||
+ | gs://geoserv.brlcad.org/wheeled/civilian/cars/sports/lotus/elise.g | ||
+ | would return valid geometry. | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | and requesting | ||
+ | gs://geoserv.brlcad.org/wheeled/civilian/cars/sports/lotus/elise.png | ||
+ | would return a PNG image of the associated geometry. |
Latest revision as of 11:55, 14 January 2011
The formal way to specify the URL of a directory or concrete resource in a Geometry Service repository is as follows:
gs://host.of.geometry.service[:port]/name[:revision]/name[:revision]/...etc[:revision}[/]
[port] Port is an optional paramater, default is 5309.
[revision] Revision is an optional per path step parameter, default is HEAD.
[/] A trailing backslash indicates a directory, whereas the absense of a backslash indicates a concrete resource.
Examples[edit]
Requesting
gs://geoserv.brlcad.org/wheeled/civilian/cars/sports/lotus/
would return a directory listing.
Where as requesting
gs://geoserv.brlcad.org/wheeled/civilian/cars/sports/lotus/elise.g
would return valid geometry.
and requesting
gs://geoserv.brlcad.org/wheeled/civilian/cars/sports/lotus/elise.png
would return a PNG image of the associated geometry.