View Source Unreal.Core.WebSocket.Request (Unreal v0.2.0)
Link to this section Summary
Link to this section Types
@type t() :: %Unreal.Core.WebSocket.Request{ id: String.t(), method: String.t(), params: list(), ws: Socket.Web.t() }
Link to this section Functions
@spec build(Socket.Web.t(), String.t(), list()) :: t()