webserv/webserv/config/utils.hpp

7 lines
198 B
C++

#pragma once
#include <string>
std::string trimSemi(const std::string &str);
std::string trim(const std::string &str);
size_t findCorrespondingClosingBrace(const std::string &str, size_t openPos);