Playwright::Route::ContinueOverrides
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(url : Nil | String = nil, method : Nil | String = nil, post_data : Slice(UInt8) | Nil = nil, headers : Nil | Hash(String, String) = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
If set changes the request HTTP headers. Header values will be converted to a string.
If set changes the request URL. New URL must have same protocol as original one.