Name |
Ceylon URI Platform Module |
---|---|
Category |
SDK
The Ceylon SDK |
Backends | JVM JavaScript |
Maven coordinates | org.ceylon-lang:ceylon.uri |
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) JavaScript: Unknown (10/0) |
Published | Aug 21, 2017 |
Stats |
Downloads (JVM): 741 Downloads (JS): 154 Source downloads: 584 |
Authors |
Matej Lazar Stéphane Épardaud |
License | Apache Software License |
Description |
This module defines APIs for representing and manipulating URIs. The void printQuery(String uriAsString) { Uri uri = parse(uriAsString); print("Query part: ``uri.query``"); } |
Dependencies | |
Usage |
import ceylon.uri "1.3.3"; |
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car Download .js Download source archive Download module documentation View API documentation |