Expand description
Minimal Chrome DevTools Protocol (CDP) WebSocket client.
The socket / reader-task / writer-task / pending-correlation / timeout
machinery lives in the shared crate::transport (WsRpc); this module
supplies only the CDP-specific framing/typing via the CdpProtocol
adapter and the convenience methods.
Modules§
- protocol
- CDP JSON-RPC framing types.
Structs§
- CdpClient
- CdpEvent
- CdpProtocol
- CDP framing/typing adapter for the shared transport.