mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
moving http_parser from utility to utility/URLParser
This commit is contained in:
parent
482e088f93
commit
9ea6ace0d0
@ -4,4 +4,4 @@
|
|||||||
ignore-words-list = ,
|
ignore-words-list = ,
|
||||||
check-filenames =
|
check-filenames =
|
||||||
check-hidden =
|
check-hidden =
|
||||||
skip = ./.git,./src/utility
|
skip = ./.git,./src/utility/URLParser
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#ifndef _MBED_HTTP_PARSED_URL_H_
|
#ifndef _MBED_HTTP_PARSED_URL_H_
|
||||||
#define _MBED_HTTP_PARSED_URL_H_
|
#define _MBED_HTTP_PARSED_URL_H_
|
||||||
|
|
||||||
#include "utility/http_parser.h"
|
#include "utility/URLParser/http_parser.h"
|
||||||
|
|
||||||
class ParsedUrl {
|
class ParsedUrl {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user