mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:38:10 +00:00
LibWeb: Add directory entries page when visiting a local directory
This commit is contained in:
parent
e4c3a52cfa
commit
eafdb06d87
9 changed files with 163 additions and 0 deletions
15
Userland/Libraries/LibWeb/Loader/FileDirectoryLoader.h
Normal file
15
Userland/Libraries/LibWeb/Loader/FileDirectoryLoader.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Bastiaan van der Plaat <bastiaan.v.d.plaat@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibWeb/Loader/Resource.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
ErrorOr<DeprecatedString> load_file_directory_page(LoadRequest const&);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue