ok method

void ok()

Sets status to 200 OK.

Implementation

void ok() => setStatus(200);