Module swim.io.http
HTTP client and server socket modems for pipelining and concurrently
transporting explicitly flow-controlled HTTP streams over a network
without blocking or intermediate buffering.
-
-
Packages
Exports Package Description swim.io.http HTTP client and server socket modems for pipelining and concurrently transporting explicitly flow-controlled HTTP streams over a network without blocking or intermediate buffering.
-
Modules
Requires Modifier Module Description transitive swim.codec Incremental I/O; functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs.transitive swim.http HTTP message model and wire protocol codec that incrementally decodes and encodes HTTP streams without intermediate buffering.transitive swim.io Explicitly flow-controlled, non-blocking, parallel I/O engine, with swim-codec-modulated socket modems, and TCP and TLS transports.Indirect Requires Modifier Module Description transitive swim.concurrent Timer, task, and continuation passing style interfaces, with lightweight scheduler and execution stage implementations.transitive swim.structure Generic structured data model, with support for selectors, expressions, and lambda functions.transitive swim.uri Rich object model for working with Uniform Resource Identifiers, URI subcomponents, and URI patterns, including an efficient and safe codec for parsing and writing compliant URI strings.
-