-
Notifications
You must be signed in to change notification settings - Fork 171
Adjusting API request to POST if too much data #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
27d3353
conditional post requests + test
max-ostapenko daacc92
deduplicated get and post functions
max-ostapenko b55f6b7
Merge pull request #1 from max-ostapenko/post-request-support-for-run…
rviscomi b28c65b
Post request support for run test
max-ostapenko dee4ed0
early exit
max-ostapenko 0817f40
method in configs
max-ostapenko 49444f2
fixed in command line
max-ostapenko a959c18
missing param
max-ostapenko f675b56
shorter payload
max-ostapenko 39f95a9
http_method option
max-ostapenko b087a12
Merge branch 'master' into gentle-mite
max-ostapenko d9e81a8
Merge branch 'master' into gentle-mite
max-ostapenko 5b475b5
Merge branch 'master' into gentle-mite
max-ostapenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Usage: webpagetest [options] [command] | ||
|
||
Options: | ||
-V, --version output the version number | ||
-s, --server <server> the WPT server URL | ||
[https://www.webpagetest.org] | ||
-d, --dryrun just return the RESTful API URL | ||
--http_method <string> HTTP method to use for submitting the test | ||
(GET or POST) [GET] | ||
-o, --out <file> place the output into <file>. Defaults to | ||
stdout | ||
-h, --help display help for command | ||
|
||
Commands: | ||
status [options] <id> check test status | ||
results [options] <id> get test results | ||
locations [options] list locations and the number of pending | ||
tests | ||
testBalance [options] get remaining tests for the account | ||
testers [options] list testers status and details | ||
test [options] <url_or_script> run test | ||
testAndWait [options] <url_or_script> run test and waits for the result | ||
restart [options] <id> restart test | ||
cancel [options] <id> cancel running/pending test | ||
har <id> get the HTTP Archive (HAR) from test | ||
pagespeed [options] <id> get the Google Page Speed results (if | ||
available) from test | ||
utilization [options] <id> get the CPU, bandwidth and memory | ||
utilization data from test | ||
request [options] <id> get the request data from test | ||
timeline [options] <id> get the Chrome Developer Tools Timeline | ||
data (if available) from test | ||
netlog [options] <id> get the Chrome Developer Tools Net log | ||
data (if available) from test | ||
chrometrace [options] <id> get the Chrome Trace data (if available) | ||
from test | ||
console [options] <id> get the browser console log data (if | ||
available) from test | ||
testinfo <id> get test request info/details | ||
history [days] get history of previously run tests | ||
googlecsi [options] <id> get Google CSI data (Client Side | ||
Instrumentation) | ||
response [options] <id> get response body for text resources | ||
waterfall [options] <id> get the waterfall PNG image | ||
screenshot [options] <id> get the fully loaded page screenshot in | ||
JPG format (PNG if in full resolution) | ||
video [options] <tests> create a video from <tests> (comma | ||
separated test ids) | ||
player <id> get a html5 player for a video <id> | ||
listen [options] [hostname:port] start webpagetest-api proxy server on | ||
<hostname>:<port> [hostname:7791] | ||
batch <file> run commands in batch, i.e. one command | ||
per line from <file> in parallel | ||
help [command] display help for command |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.