mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Meta: Add an HTTP echo server to help with testing Browser JS
This allows us to simulate HTTP responses from Browser JS tests. Instead of using hacks like data URLs to "load" external data, we can now generate an actual HTTP response that contains arbitrary headers, body, and has a defined response delay.
This commit is contained in:
committed by
Andrew Kaster
parent
e4891af970
commit
97d47a38c9
5
.gitignore
vendored
5
.gitignore
vendored
@@ -29,6 +29,7 @@ output/
|
||||
.helix/
|
||||
|
||||
# Environments
|
||||
.venv/
|
||||
.venv*/
|
||||
venv*/
|
||||
|
||||
@@ -46,6 +47,10 @@ Tests/LibWeb/WPT/wpt
|
||||
Tests/LibWeb/WPT/metadata
|
||||
Tests/LibWeb/WPT/MANIFEST.json
|
||||
|
||||
# HTTP Test server artifacts from ./Tests/LibWeb/Fixtures/http-test-server.py
|
||||
http-test-server.pid.txt
|
||||
http-test-server.log
|
||||
|
||||
Meta/CMake/vcpkg/user-variables.cmake
|
||||
|
||||
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
|
||||
|
||||
Reference in New Issue
Block a user