tiny.http.WebSocketClientHandshake
Defined in tiny.http.
API (2)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/http/src/websocket.zig:547
zig
pub const WebSocketClientHandshake = struct { key: []const u8, pub fn accept(self: WebSocketClientHandshake) [28]u8 { return accept_key(self.key); }};Source: lib/http/src/root.zig:67
zig
pub const WebSocketClientHandshake = websocket.WebSocketClientHandshake;Audit
| Definitions | 2 |
|---|---|
| Public names | 2 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |