• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
quintesse / ceylon.uri / 1.3.2
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 Mar 1, 2017
Stats Downloads (JVM): 211
Downloads (JS): 47
Source downloads: 189
Authors Matej Lazar
Stéphane Épardaud
License Apache Software License
Description

This module defines APIs for representing and manipulating URIs.

The ceylon.uri::Uri class supports parsing and creating URI as defined by RFC 3986. A new Uri may be obtained using ceylon.uri::parse.

void printQuery(String uriAsString) {
    Uri uri = parse(uriAsString);
    print("Query part: ``uri.query``");
}
Dependencies
ceylon.buffer/1.3.2
ceylon.language/1.3.2
Usage
  • Import
 import ceylon.uri "1.3.2";
Module links Members
Imported By
Home
Code repository
Issue tracker
Browse
Download .car
Download .js
Download source archive
Download module documentation
View API documentation

Ceylon Herd v1.24 Copyright 2012-2019 Red Hat. About