1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

AK: Add a basic URL class to help us handle URL's

We're gonna need these as we start to write more networking programs.
This commit is contained in:
Andreas Kling 2019-08-10 17:27:56 +02:00
parent aaccf6ee4e
commit ed43770b2f
5 changed files with 223 additions and 1 deletions

View file

@ -6,6 +6,7 @@ AK_OBJS = \
../../AK/StringView.o \
../../AK/StringBuilder.o \
../../AK/FileSystemPath.o \
../../AK/URL.o \
../../AK/JsonValue.o \
../../AK/JsonArray.o \
../../AK/JsonObject.o \