Skip to content

Commit aeead91

Browse files
authored
Merge pull request swagger-api#891 from sibbl/master
Pass enableCookies option from SwaggerClient options to SwaggerHttp
2 parents d10252c + 633d2c1 commit aeead91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ SwaggerClient.prototype.build = function (mock) {
203203
useJQuery: this.useJQuery,
204204
jqueryAjaxCache: this.jqueryAjaxCache,
205205
connectionAgent: this.connectionAgent,
206+
enableCookies: this.enableCookies,
206207
url: this.url,
207208
method: 'get',
208209
headers: {

0 commit comments

Comments
 (0)