You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `auth` method to pass HTTP username and password in the same way as in the [superagent](http://visionmedia.github.io/superagent/#authentication):
101
+
You can use `auth` method to pass HTTP username and password in the same way as in the [superagent](http://ladjs.github.io/superagent/#authentication):
There is another example that is introduced by the file [agency.js](https://github.com/visionmedia/superagent/blob/master/test/node/agency.js)
260
+
There is another example that is introduced by the file [agency.js](https://github.com/ladjs/superagent/blob/master/test/node/agency.js)
261
261
262
262
Here is an example where 2 cookies are set on the request.
263
263
@@ -278,7 +278,7 @@ agent(app)
278
278
279
279
## API
280
280
281
-
You may use any [superagent](http://github.com/visionmedia/superagent) methods,
281
+
You may use any [superagent](http://github.com/ladjs/superagent) methods,
282
282
including `.write()`, `.pipe()` etc and perform assertions in the `.end()` callback
283
283
for lower-level needs.
284
284
@@ -327,13 +327,13 @@ Inspired by [api-easy](https://github.com/flatiron/api-easy) minus vows coupling
0 commit comments