Artifacts using logging version 3.1.2.GA

XNIO API
Last Release on Feb 13, 2021
XNIO
Last Release on Feb 13, 2021
This module defines APIs for: - representing and manipulating URIs, - connecting to HTTP servers, and - defining HTTP endpoints and executing HTTP servers. The [[ceylon.net.uri::Uri]] class supports connection to an HTTP URI. A new `Uri` may be obtained using [[ceylon.net.uri::parse]]. void getit(String uriAsString) { Uri uri = parse(uriAsString); Request request = uri.get(); Response response = request.execute(); print(response.contents); } A ...
Last Release on Feb 13, 2021
Undertow Core
Last Release on Feb 13, 2021
  • Prev
  • 1
  • Next