class Playwright::Route::ContinueOverrides

Included Modules

Defined in:

playwright/route.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(url = nil, method = nil, post_data = nil, headers = nil) #

[View source]

Instance Method Detail

def headers : Hash(String, String)? #

[View source]
def headers=(headers : Hash(String, String)?) #

[View source]
def method : String? #

[View source]
def method=(method : String?) #

[View source]
def post_data : Bytes? #

[View source]
def post_data=(post_data : Bytes?) #

[View source]
def url : String? #

[View source]
def url=(url : String?) #

[View source]
def with_post_data(data : String) #

[View source]