Skip to content

Commit a1da99a

Browse files
author
Cagdas Bayram
committed
Adding response.statusText to the response out object to support custom statusText.
1 parent 435d931 commit a1da99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/swaggerHttp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ JQueryHttpClient.prototype.execute = function(obj) {
9393
url: request.url,
9494
method: request.method,
9595
status: response.status,
96+
statusText: response.statusText,
9697
data: response.responseText,
9798
headers: headers
9899
};

0 commit comments

Comments
 (0)