diff --git a/src/utility/README.md b/src/utility/README.md new file mode 100644 index 0000000..56f8c96 --- /dev/null +++ b/src/utility/README.md @@ -0,0 +1,5 @@ +# http_parser library + +This code is imported from: https://github.com/arduino/ArduinoCore-mbed/tree/4.1.1/libraries/SocketWrapper/src/utility/http_parser + +The code is shrinked in size by deleting all the unrelated code to url parse.