this.target = target;
}
public InternalRequest createRequest( RequestContext context ) {
HttpTest call = description.getAnnotation( HttpTest.class );
String rawPath = combineUrlAndPath( baseUrl, call.path() );
InternalRequest request = new InternalRequest( substituePathSegments( rawPath, context ) );
addAuthentication( call, request );
addContentType( call, request );
addHeader( call, request, context );
addBody( call, request );