1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +00:00

LibWeb: Add HTML::POSTResource

This is "POST resource" from the HTML spec.
This commit is contained in:
Aliaksandr Kalenik 2023-01-01 16:14:49 +01:00 committed by Andreas Kling
parent 50af15e6b8
commit 5446c7adc3
2 changed files with 29 additions and 0 deletions

View file

@ -407,6 +407,7 @@ struct CrossOriginOpenerPolicyEnforcementResult;
struct Environment;
struct EnvironmentSettingsObject;
struct NavigationParams;
struct POSTResource;
struct PolicyContainer;
struct SandboxingFlagSet;
struct SerializedFormData;