diff --git a/httplib.h b/httplib.h index 2c5615c28..5ff75f50a 100644 --- a/httplib.h +++ b/httplib.h @@ -1722,6 +1722,8 @@ inline uint64_t get_header_value(const Headers &headers, return def; } +const char *status_message(int status); + } // namespace detail template