mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 02:48:45 +02:00
「✨」 feat: Finished parsing (should be working)
This commit is contained in:
23
includes/cgi.hpp
Normal file
23
includes/cgi.hpp
Normal file
@ -0,0 +1,23 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* cgi.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/24 14:17:34 by adjoly #+# #+# */
|
||||
/* Updated: 2025/03/24 14:20:00 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <sstream>
|
||||
class cgi {
|
||||
public:
|
||||
cgi();
|
||||
~cgi(void);
|
||||
protected:
|
||||
private:
|
||||
std::string _request;
|
||||
};
|
Reference in New Issue
Block a user