• 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.http.client / 1.3.1
Ceylon Http Client Platform Module
Category SDK

The Ceylon SDK

Backends JVM
Maven coordinates
Compatible Ceylon release JVM: 1.2.x, 1.3.x (latest)
Published Nov 21, 2016
Stats Downloads (JVM): 252
Source downloads: 195
Authors Matej Lazar
Stéphane Épardaud
License Apache Software License
Description

This module defines APIs for connecting to HTTP servers.

Given a [[ceylon.uri::Uri]] to an HTTP service, you can get its text representation with:

void getit(Uri uri) {
    Request request = get(uri);
    Response response = request.execute();
    print(response.contents);
}
Dependencies
ceylon.collection/1.3.1 shared
ceylon.http.common/1.3.1 shared
ceylon.io/1.3.1 shared
ceylon.language/1.3.1
ceylon.uri/1.3.1 shared
Usage
  • Import
 import ceylon.http.client "1.3.1";
Module links Members
Imported By
Home
Code repository
Issue tracker
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

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