Skip to content

Commit bb063bb

Browse files
committed
URI-5.26
- Add URI::geo (GH#141) (david-dick)
1 parent c388db8 commit bb063bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for URI
22

3-
{{$NEXT}}
3+
5.26 2024-02-02 19:04:40Z
44
- Add URI::geo (GH#141) (david-dick)
55

66
5.25 2024-01-27 16:11:41Z

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,15 @@ generic methods.
541541
connections. Its syntax is the same as http, but the default
542542
port is different.
543543

544+
- **geo**:
545+
546+
The _geo_ URI scheme is specified in [RFC 5870](http://tools.ietf.org/html/rfc5870).
547+
The scheme is used to reference physical location in a two- or
548+
three-dimensional coordinate reference system in a compact, simple,
549+
human-readable, and protocol-independent way.
550+
551+
`URI` objects belonging to the geo scheme support the common methods.
552+
544553
- **icap**:
545554

546555
The _icap_ URI scheme is specified in [RFC 3507](http://tools.ietf.org/html/rfc3507).

0 commit comments

Comments
 (0)