The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef _PARSER2_H_INCLUDED_
#define _PARSER2_H_INCLUDED_

#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#include <http_parser.h>

#endif /* _PARSER2_H_INCLUDED_ */