{translate("WebSocket Tool")}

{currentMethod.name}

{currentMethod.description && (

)} {currentMethod.link && ( {translate("Read more")} )}

{translate("Request")}

{sendLoading && (
)}
{isConnectionModalVisible && ( )} {wsLoading && (
)} {!currentMethod.ws_only && () }

{translate("Responses")}

{translate("Keep last:")}
{!streamPaused && ( )} {streamPaused && ( )}
{responses.map((response, i) => (
{new Date().toISOString()}
))}