You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-07-31 18:44:22 +03:00
moving http_parser from utility to utility/URLParser
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
#ifndef _MBED_HTTP_PARSED_URL_H_
|
||||
#define _MBED_HTTP_PARSED_URL_H_
|
||||
|
||||
#include "utility/http_parser.h"
|
||||
#include "utility/URLParser/http_parser.h"
|
||||
|
||||
class ParsedUrl {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user