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
commit 5446c7adc3
Notes: sideshowbarker 2024-07-16 21:34:08 +09:00
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;