union UpgradeRequest [src]

Fields

websocket: ?[]const u8
other: []const u8
none

Source

pub const UpgradeRequest = union(enum) { websocket: ?[]const u8, other: []const u8, none, }