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:
parent
aaccf6ee4e
commit
ed43770b2f
5 changed files with 223 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue