/// \todo TODO completar codigos.
static const unsigned OK = 200;
static const unsigned BAD_REQUEST = 401;
/// \todo TODO completar codigos.
static const unsigned OK = 200;
static const unsigned BAD_REQUEST = 401;
static const unsigned LENGTH_REQUIRED = 411;
static const unsigned INTERNAL_SERVER_ERROR = 500;
static const unsigned NOT_IMPLEMENTED = 501;
static const unsigned LENGTH_REQUIRED = 411;
static const unsigned INTERNAL_SERVER_ERROR = 500;
static const unsigned NOT_IMPLEMENTED = 501;