-
Notifications
You must be signed in to change notification settings - Fork 384
Pull requests: danwrong/restler
Pull requests list
Added: Support for client certificates. Closes #197
#247
opened Mar 3, 2017 by
jmondragon
Loading...
modify argument of mode for es2015 strict compatibility, fixes #234
#235
opened Mar 19, 2016 by
crashuniverse
Loading...
Prevent options object from being mutated. Fixes #230.
#232
opened Jan 21, 2016 by
theGrue
Loading...
Made multipart body writing logic consistent with the header writing logic
#226
opened Oct 1, 2015 by
mlohbihler
Loading...
Added postJson and putJson to the Service wrapper prototype
#212
opened Jun 11, 2015 by
zipang
Loading...
trim incoming data before trying to parse it as json to make sure there ...
#208
opened Apr 14, 2015 by
prusik
Loading...
restler can now also handle data which is not encoded (e.g. images)
#198
opened Dec 18, 2014 by
ArdentZeal
Loading...
Restler reports different behavior on different platforms when the target server doesn't exist (isn't running).
#178
opened May 1, 2014 by
robrich
Loading...
Adding the ability to add a custom https agent.
feature
#163
opened Mar 6, 2014 by
rashthedude
Loading...
let querystring be overrideable by the request options
#153
opened Jan 2, 2014 by
mxk1235
Loading...
Don't override header and query defaults when using services; fix retry bug that garbled data on subsequent requests
#99
opened Dec 4, 2012 by
justincy
Loading...
Allow to pass agent to the http/https node libraries based on the node API
#97
opened Oct 24, 2012 by
lonelly
Loading...
workaround for not having the entire callback chain inside a try-catch block
#90
opened Jul 5, 2012 by
martintajur
Loading...
ProTip!
Filter pull requests by the default branch with base:master.