continue_ constant

int const continue_

continue_ = 100.

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;