#ifndef __HTTP_H__ #define __HTTP_H__ #include "config.h" void http_rest_with_url(); #endif