Skip to content

Commit

Permalink
Update src/analysis/processing/qgsalgorithmhttprequest.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
signedav and nyalldawson authored Sep 13, 2024
1 parent a166f27 commit 6d0d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmhttprequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ QString QgsHttpRequestAlgorithm::groupId() const

QString QgsHttpRequestAlgorithm::shortHelpString() const
{
return tr( "This algorithm performs a HTTP(S) POST/GET request and passes back HTTP status code and the reply data.\n"
return tr( "This algorithm performs a HTTP(S) POST/GET request and returns the HTTP status code and the reply data.\n"
"If an error occurs then the error code and the message will be returned.\n\n"
"Optionally, the result can be written to a file on disk.\n\n"
"By default the algorithm will warn on errors. Optionally, the algorithm can be set to treat HTTP errors as failures." );
Expand Down

0 comments on commit 6d0d985

Please sign in to comment.