Module swim.web
High-level web server API and routing DSL, with HTTP, WebSocket, and WARP
routing directives.
-
-
Packages
Exports Package Description swim.web High-level web server API and routing DSL, with HTTP, WebSocket, and WARP routing directives.swim.web.route Web server routing directives.
-
Modules
Requires Modifier Module Description transitive 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.transitive swim.io.warp WARP socket modem for multiplexing and concurrently transporting prioritized explicitly flow-controlled WARP treams over a network, without blocking or intermediate buffering.transitive swim.io.ws WebSocket modem for concurrently transporting explicitly flow-controlled WebSocket streams over a network without blocking or intermediate buffering, and swim-io-http requesters and responders for upgrading HTTP client and server modems to WebSocket modems.Indirect 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.collections Immutable, structure sharing collections, including hash array mapped tries, finger tries, B-trees, and S-trees (sequence trees).transitive swim.concurrent Timer, task, and continuation passing style interfaces, with lightweight scheduler and execution stage implementations.transitive swim.deflate DEFLATE codec that incrementally compresses and decompresses streams.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.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.transitive swim.util Extended collection, iterator, and builder interfaces, lightweight cache sets and maps, and other foundational utilities.transitive swim.warp WebSocket protocol for dynamically multiplexing large numbers of bidirectional links to streaming API endpoints, called lanes, of URI-addressed distributed objects, called nodes, that run stateful distributed processes, called Web Agents.transitive swim.ws WebSocket frame model and wire protocol codec that incrementally decodes and encodes fragmented WebSocket streams without intermediate buffering.
-