CONTINUE constant

int const CONTINUE

This interim response indicates that everything so far is OK and that the client should continue with the request or ignore it if it is already finished.

https://tools.ietf.org/html/rfc7231#section-6.2.1

Implementation

static const int CONTINUE = 100;