Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for request listeners #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g. 

given().listener(myListener)...

The listener will implement:

beforeSendRequest(Request request)

This means that you can add custom authentication schemes etc.

Original issue reported on code.google.com by johan.ha...@gmail.com on 27 Mar 2011 at 4:15

GoogleCodeExporter commented 9 years ago
Perhaps they should be called RequestFilters?

Original comment by johan.ha...@gmail.com on 29 Mar 2011 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 22 May 2011 at 8:46