Skip to content

Conversation

@clue
Copy link
Owner

@clue clue commented Jun 29, 2020

This changeset deprecates the submit() method and suggests using the existing post() method instead:

// old: deprecated
$browser->submit($url, $data);

// new
$browser->post($url, ['Content-Type' => 'application/x-www-form-urlencoded'], http_build_query($data));

Builds on top of #170

@clue clue added this to the v2.9.0 milestone Jun 29, 2020
@clue clue merged commit 70bb431 into clue:master Jun 29, 2020
@clue clue deleted the deprecate-submit branch June 29, 2020 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant