rest_baby 0.8 → 1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +0 -1
  3. data/ChangeLog +12 -2
  4. data/Gemfile +2 -0
  5. data/Rakefile +7 -1
  6. data/doc/MockRestService.html +204 -31
  7. data/doc/RestBaby/Client.html +686 -246
  8. data/doc/RestBaby.html +6 -7
  9. data/doc/_index.html +6 -19
  10. data/doc/class_list.html +6 -2
  11. data/doc/css/style.css +2 -1
  12. data/doc/feature_list.html +82 -55
  13. data/doc/featuredirectories_list.html +25 -32
  14. data/doc/file.README.html +6 -6
  15. data/doc/file_list.html +5 -1
  16. data/doc/frames.html +5 -7
  17. data/doc/index.html +6 -6
  18. data/doc/js/app.js +7 -2
  19. data/doc/js/full_list.js +4 -1
  20. data/doc/method_list.html +41 -25
  21. data/doc/requirements/features/header_options.html +81 -45
  22. data/doc/requirements/features/print_response.html +42 -148
  23. data/doc/requirements/features/rest_client.html +38 -30
  24. data/doc/requirements/features/url_parameter.html +342 -0
  25. data/doc/requirements/features.html +42 -39
  26. data/doc/requirements/step_transformers.html +524 -321
  27. data/doc/requirements/tags/authentication.html +8 -8
  28. data/doc/requirements/tags/core.html +4 -4
  29. data/doc/requirements/tags/delete.html +4 -4
  30. data/doc/requirements/tags/extended.html +12 -12
  31. data/doc/requirements/tags/get.html +6 -6
  32. data/doc/requirements/tags/header.S1.html +160 -0
  33. data/doc/requirements/tags/header.S2.html +160 -0
  34. data/doc/requirements/tags/header.S3.html +160 -0
  35. data/doc/requirements/tags/header.S4.html +160 -0
  36. data/doc/requirements/tags/header.html +160 -0
  37. data/doc/requirements/tags/headers.html +7 -16
  38. data/doc/requirements/tags/parameter.S1.html +160 -0
  39. data/doc/requirements/tags/parameter.html +160 -0
  40. data/doc/requirements/tags/post.html +10 -10
  41. data/doc/requirements/tags/print.S1.html +160 -0
  42. data/doc/requirements/tags/print.S2.html +160 -0
  43. data/doc/requirements/tags/print.S3.html +160 -0
  44. data/doc/requirements/tags/print.S4.html +160 -0
  45. data/doc/requirements/tags/print.html +4 -4
  46. data/doc/requirements/tags/put.html +4 -4
  47. data/doc/requirements/tags/rest.S1.html +160 -0
  48. data/doc/requirements/tags/rest.S2.html +160 -0
  49. data/doc/requirements/tags/rest.S3.html +160 -0
  50. data/doc/requirements/tags/rest.S4.html +160 -0
  51. data/doc/requirements/tags.html +97 -57
  52. data/doc/requirements.html +43 -38
  53. data/doc/step_list.html +204 -189
  54. data/doc/stepdefinition_list.html +69 -35
  55. data/doc/tag_list.html +100 -6
  56. data/doc/top-level-namespace.html +79 -13
  57. data/features/step_definitions/rest_client_steps.rb +4 -4
  58. data/lib/rest_baby/version.rb +1 -1
  59. data/lib/rest_baby.rb +1 -1
  60. metadata +46 -31
  61. data/Gemfile.lock +0 -68
data/doc/step_list.html CHANGED
@@ -20,7 +20,11 @@
20
20
  </head>
21
21
  <body>
22
22
  <script type="text/javascript" charset="utf-8">
23
- if (window.top.frames.main) {
23
+ var hasFrames = false;
24
+ try {
25
+ hasFrames = window.top.frames.main ? true : false;
26
+ } catch (e) { }
27
+ if (hasFrames) {
24
28
  document.getElementById('base_target').target = 'main';
25
29
  document.body.className = 'frames';
26
30
  }
@@ -73,269 +77,280 @@
73
77
 
74
78
  <li class="r1">
75
79
  <span class='object_link'>
76
- <a href="requirements/features/headers/header_options.html" title="I have a web service">
80
+ <a href="requirements/features/rest_client.html" title="I have a web service">
77
81
  <span class="pre">Given </span>
78
82
  <span class="name">I have a web service</span>
79
83
  </a>
80
84
  </span>
81
- <span class="">(features/headers/header_options.feature)<span>
85
+ <span class="">(features/rest_client.feature)<span>
82
86
  </li>
83
87
 
84
88
 
85
89
  <li class="r2">
86
90
  <span class='object_link'>
87
- <a href="requirements/features/headers/header_options.html" title="I have &quot;GET&quot; service for &quot;/test&quot; with the following headers">
91
+ <a href="requirements/features/rest_client.html" title="I have &quot;GET&quot; service for &quot;/test&quot;">
88
92
  <span class="pre">And </span>
89
- <span class="name">I have &quot;GET&quot; service for &quot;/test&quot; with the following headers</span>
93
+ <span class="name">I have &quot;GET&quot; service for &quot;/test&quot;</span>
90
94
  </a>
91
95
  </span>
92
- <span class="">(features/headers/header_options.feature)<span>
96
+ <span class="">(features/rest_client.feature)<span>
93
97
  </li>
94
98
 
95
99
 
96
100
  <li class="r1">
97
101
  <span class='object_link'>
98
- <a href="requirements/features/headers/header_options.html" title="I am a rest client">
102
+ <a href="requirements/features/rest_client.html" title="I am a rest client">
99
103
  <span class="pre">And </span>
100
104
  <span class="name">I am a rest client</span>
101
105
  </a>
102
106
  </span>
103
- <span class="">(features/headers/header_options.feature)<span>
107
+ <span class="">(features/rest_client.feature)<span>
104
108
  </li>
105
109
 
106
110
 
107
111
  <li class="r2">
108
112
  <span class='object_link'>
109
- <a href="requirements/features/headers/header_options.html" title="I have the following header">
113
+ <a href="requirements/features/rest_client.html" title="I &quot;GET&quot; from the web service">
110
114
  <span class="pre">When </span>
111
- <span class="name">I have the following header</span>
115
+ <span class="name">I &quot;GET&quot; from the web service</span>
112
116
  </a>
113
117
  </span>
114
- <span class="">(features/headers/header_options.feature)<span>
118
+ <span class="">(features/rest_client.feature)<span>
115
119
  </li>
116
120
 
117
121
 
118
122
  <li class="r1">
119
123
  <span class='object_link'>
120
- <a href="requirements/features/headers/header_options.html" title="I &quot;GET&quot; from the web service">
121
- <span class="pre">And </span>
122
- <span class="name">I &quot;GET&quot; from the web service</span>
124
+ <a href="requirements/features/rest_client.html" title="I receive the expected message">
125
+ <span class="pre">Then </span>
126
+ <span class="name">I receive the expected message</span>
123
127
  </a>
124
128
  </span>
125
- <span class="">(features/headers/header_options.feature)<span>
129
+ <span class="">(features/rest_client.feature)<span>
126
130
  </li>
127
131
 
128
132
 
129
133
  <li class="r2">
130
134
  <span class='object_link'>
131
- <a href="requirements/features/headers/header_options.html" title="I receive the expected message">
132
- <span class="pre">Then </span>
133
- <span class="name">I receive the expected message</span>
135
+ <a href="requirements/features/rest_client.html" title="I have a web service">
136
+ <span class="pre">Given </span>
137
+ <span class="name">I have a web service</span>
134
138
  </a>
135
139
  </span>
136
- <span class="">(features/headers/header_options.feature)<span>
140
+ <span class="">(features/rest_client.feature)<span>
137
141
  </li>
138
142
 
139
143
 
140
144
  <li class="r1">
141
145
  <span class='object_link'>
142
- <a href="requirements/features/headers/header_options.html" title="I have a web service">
143
- <span class="pre">Given </span>
144
- <span class="name">I have a web service</span>
146
+ <a href="requirements/features/rest_client.html" title="I have &quot;PUT&quot; service for &quot;/test&quot;">
147
+ <span class="pre">And </span>
148
+ <span class="name">I have &quot;PUT&quot; service for &quot;/test&quot;</span>
145
149
  </a>
146
150
  </span>
147
- <span class="">(features/headers/header_options.feature)<span>
151
+ <span class="">(features/rest_client.feature)<span>
148
152
  </li>
149
153
 
150
154
 
151
155
  <li class="r2">
152
156
  <span class='object_link'>
153
- <a href="requirements/features/headers/header_options.html" title="I have &quot;POST&quot; service for &quot;/test&quot; with the following headers">
157
+ <a href="requirements/features/rest_client.html" title="I am a rest client">
154
158
  <span class="pre">And </span>
155
- <span class="name">I have &quot;POST&quot; service for &quot;/test&quot; with the following headers</span>
159
+ <span class="name">I am a rest client</span>
156
160
  </a>
157
161
  </span>
158
- <span class="">(features/headers/header_options.feature)<span>
162
+ <span class="">(features/rest_client.feature)<span>
159
163
  </li>
160
164
 
161
165
 
162
166
  <li class="r1">
163
167
  <span class='object_link'>
164
- <a href="requirements/features/headers/header_options.html" title="I am a rest client">
165
- <span class="pre">And </span>
166
- <span class="name">I am a rest client</span>
168
+ <a href="requirements/features/rest_client.html" title="I &quot;PUT&quot; to the web service with the following">
169
+ <span class="pre">When </span>
170
+ <span class="name">I &quot;PUT&quot; to the web service with the following</span>
167
171
  </a>
168
172
  </span>
169
- <span class="">(features/headers/header_options.feature)<span>
173
+ <span class="">(features/rest_client.feature)<span>
170
174
  </li>
171
175
 
172
176
 
173
177
  <li class="r2">
174
178
  <span class='object_link'>
175
- <a href="requirements/features/headers/header_options.html" title="I have the following header">
176
- <span class="pre">When </span>
177
- <span class="name">I have the following header</span>
179
+ <a href="requirements/features/rest_client.html" title="I receive the expected message">
180
+ <span class="pre">Then </span>
181
+ <span class="name">I receive the expected message</span>
178
182
  </a>
179
183
  </span>
180
- <span class="">(features/headers/header_options.feature)<span>
184
+ <span class="">(features/rest_client.feature)<span>
181
185
  </li>
182
186
 
183
187
 
184
188
  <li class="r1">
185
189
  <span class='object_link'>
186
- <a href="requirements/features/headers/header_options.html" title="I &quot;POST&quot; to the web service with the following">
187
- <span class="pre">And </span>
188
- <span class="name">I &quot;POST&quot; to the web service with the following</span>
190
+ <a href="requirements/features/rest_client.html" title="I have a web service">
191
+ <span class="pre">Given </span>
192
+ <span class="name">I have a web service</span>
189
193
  </a>
190
194
  </span>
191
- <span class="">(features/headers/header_options.feature)<span>
195
+ <span class="">(features/rest_client.feature)<span>
192
196
  </li>
193
197
 
194
198
 
195
199
  <li class="r2">
196
200
  <span class='object_link'>
197
- <a href="requirements/features/headers/header_options.html" title="I receive the expected message">
198
- <span class="pre">Then </span>
199
- <span class="name">I receive the expected message</span>
201
+ <a href="requirements/features/rest_client.html" title="I have &quot;POST&quot; service for &quot;/test&quot;">
202
+ <span class="pre">And </span>
203
+ <span class="name">I have &quot;POST&quot; service for &quot;/test&quot;</span>
200
204
  </a>
201
205
  </span>
202
- <span class="">(features/headers/header_options.feature)<span>
206
+ <span class="">(features/rest_client.feature)<span>
203
207
  </li>
204
208
 
205
209
 
206
210
  <li class="r1">
207
211
  <span class='object_link'>
208
- <a href="requirements/features/headers/header_options.html" title="I have a web service">
209
- <span class="pre">Given </span>
210
- <span class="name">I have a web service</span>
212
+ <a href="requirements/features/rest_client.html" title="I am a rest client">
213
+ <span class="pre">And </span>
214
+ <span class="name">I am a rest client</span>
211
215
  </a>
212
216
  </span>
213
- <span class="">(features/headers/header_options.feature)<span>
217
+ <span class="">(features/rest_client.feature)<span>
214
218
  </li>
215
219
 
216
220
 
217
221
  <li class="r2">
218
222
  <span class='object_link'>
219
- <a href="requirements/features/headers/header_options.html" title="I have &quot;GET&quot; service for &quot;/test&quot;">
220
- <span class="pre">And </span>
221
- <span class="name">I have &quot;GET&quot; service for &quot;/test&quot;</span>
223
+ <a href="requirements/features/rest_client.html" title="I &quot;POST&quot; to the web service with the following">
224
+ <span class="pre">When </span>
225
+ <span class="name">I &quot;POST&quot; to the web service with the following</span>
222
226
  </a>
223
227
  </span>
224
- <span class="">(features/headers/header_options.feature)<span>
228
+ <span class="">(features/rest_client.feature)<span>
225
229
  </li>
226
230
 
227
231
 
228
232
  <li class="r1">
229
233
  <span class='object_link'>
230
- <a href="requirements/features/headers/header_options.html" title="I am a rest client">
231
- <span class="pre">And </span>
232
- <span class="name">I am a rest client</span>
234
+ <a href="requirements/features/rest_client.html" title="I receive the expected message">
235
+ <span class="pre">Then </span>
236
+ <span class="name">I receive the expected message</span>
233
237
  </a>
234
238
  </span>
235
- <span class="">(features/headers/header_options.feature)<span>
239
+ <span class="">(features/rest_client.feature)<span>
236
240
  </li>
237
241
 
238
242
 
239
243
  <li class="r2">
240
244
  <span class='object_link'>
241
- <a href="requirements/features/headers/header_options.html" title="I have basic auth for user &quot;test&quot; and password &quot;rest&quot;">
242
- <span class="pre">And </span>
243
- <span class="name">I have basic auth for user &quot;test&quot; and password &quot;rest&quot;</span>
245
+ <a href="requirements/features/rest_client.html" title="I have a web service">
246
+ <span class="pre">Given </span>
247
+ <span class="name">I have a web service</span>
244
248
  </a>
245
249
  </span>
246
- <span class="">(features/headers/header_options.feature)<span>
250
+ <span class="">(features/rest_client.feature)<span>
247
251
  </li>
248
252
 
249
253
 
250
254
  <li class="r1">
251
255
  <span class='object_link'>
252
- <a href="requirements/features/headers/header_options.html" title="I &quot;GET&quot; from the web service">
256
+ <a href="requirements/features/rest_client.html" title="I have &quot;DELETE&quot; service for &quot;/test&quot;">
253
257
  <span class="pre">And </span>
254
- <span class="name">I &quot;GET&quot; from the web service</span>
258
+ <span class="name">I have &quot;DELETE&quot; service for &quot;/test&quot;</span>
255
259
  </a>
256
260
  </span>
257
- <span class="">(features/headers/header_options.feature)<span>
261
+ <span class="">(features/rest_client.feature)<span>
258
262
  </li>
259
263
 
260
264
 
261
265
  <li class="r2">
262
266
  <span class='object_link'>
263
- <a href="requirements/features/headers/header_options.html" title="I receive the expected message">
264
- <span class="pre">Then </span>
265
- <span class="name">I receive the expected message</span>
267
+ <a href="requirements/features/rest_client.html" title="I am a rest client">
268
+ <span class="pre">And </span>
269
+ <span class="name">I am a rest client</span>
266
270
  </a>
267
271
  </span>
268
- <span class="">(features/headers/header_options.feature)<span>
272
+ <span class="">(features/rest_client.feature)<span>
269
273
  </li>
270
274
 
271
275
 
272
276
  <li class="r1">
273
277
  <span class='object_link'>
274
- <a href="requirements/features/headers/header_options.html" title="I have a secure web service">
275
- <span class="pre">Given </span>
276
- <span class="name">I have a secure web service</span>
278
+ <a href="requirements/features/rest_client.html" title="I &quot;DELETE&quot; from the web service">
279
+ <span class="pre">When </span>
280
+ <span class="name">I &quot;DELETE&quot; from the web service</span>
277
281
  </a>
278
282
  </span>
279
- <span class="">(features/headers/header_options.feature)<span>
283
+ <span class="">(features/rest_client.feature)<span>
280
284
  </li>
281
285
 
282
286
 
283
287
  <li class="r2">
284
288
  <span class='object_link'>
285
- <a href="requirements/features/headers/header_options.html" title="I have &quot;GET&quot; service for &quot;/test&quot;">
286
- <span class="pre">And </span>
287
- <span class="name">I have &quot;GET&quot; service for &quot;/test&quot;</span>
289
+ <a href="requirements/features/rest_client.html" title="I receive the expected message">
290
+ <span class="pre">Then </span>
291
+ <span class="name">I receive the expected message</span>
288
292
  </a>
289
293
  </span>
290
- <span class="">(features/headers/header_options.feature)<span>
294
+ <span class="">(features/rest_client.feature)<span>
291
295
  </li>
292
296
 
293
297
 
294
298
  <li class="r1">
295
299
  <span class='object_link'>
296
- <a href="requirements/features/headers/header_options.html" title="I am a rest client">
297
- <span class="pre">And </span>
298
- <span class="name">I am a rest client</span>
300
+ <a href="requirements/features/url_parameter.html" title="I have a web service">
301
+ <span class="pre">Given </span>
302
+ <span class="name">I have a web service</span>
299
303
  </a>
300
304
  </span>
301
- <span class="">(features/headers/header_options.feature)<span>
305
+ <span class="">(features/url_parameter.feature)<span>
302
306
  </li>
303
307
 
304
308
 
305
309
  <li class="r2">
306
310
  <span class='object_link'>
307
- <a href="requirements/features/headers/header_options.html" title="I have basic auth for user &quot;test&quot; and password &quot;rest&quot;">
311
+ <a href="requirements/features/url_parameter.html" title="I have &quot;GET&quot; service for &quot;/test?first=1&amp;second=2&amp;third=3&quot;">
308
312
  <span class="pre">And </span>
309
- <span class="name">I have basic auth for user &quot;test&quot; and password &quot;rest&quot;</span>
313
+ <span class="name">I have &quot;GET&quot; service for &quot;/test?first=1&amp;second=2&amp;third=3&quot;</span>
310
314
  </a>
311
315
  </span>
312
- <span class="">(features/headers/header_options.feature)<span>
316
+ <span class="">(features/url_parameter.feature)<span>
313
317
  </li>
314
318
 
315
319
 
316
320
  <li class="r1">
317
321
  <span class='object_link'>
318
- <a href="requirements/features/headers/header_options.html" title="I &quot;GET&quot; from the web service">
322
+ <a href="requirements/features/url_parameter.html" title="I am a rest client">
319
323
  <span class="pre">And </span>
320
- <span class="name">I &quot;GET&quot; from the web service</span>
324
+ <span class="name">I am a rest client</span>
321
325
  </a>
322
326
  </span>
323
- <span class="">(features/headers/header_options.feature)<span>
327
+ <span class="">(features/url_parameter.feature)<span>
324
328
  </li>
325
329
 
326
330
 
327
331
  <li class="r2">
328
332
  <span class='object_link'>
329
- <a href="requirements/features/headers/header_options.html" title="I receive the expected message">
330
- <span class="pre">Then </span>
331
- <span class="name">I receive the expected message</span>
333
+ <a href="requirements/features/url_parameter.html" title="I &quot;GET&quot; from the web service with the parameters">
334
+ <span class="pre">When </span>
335
+ <span class="name">I &quot;GET&quot; from the web service with the parameters</span>
332
336
  </a>
333
337
  </span>
334
- <span class="">(features/headers/header_options.feature)<span>
338
+ <span class="">(features/url_parameter.feature)<span>
335
339
  </li>
336
340
 
337
341
 
338
342
  <li class="r1">
343
+ <span class='object_link'>
344
+ <a href="requirements/features/url_parameter.html" title="I receive a message with &quot;first=1&amp;second=2&amp;third=3&quot;">
345
+ <span class="pre">Then </span>
346
+ <span class="name">I receive a message with &quot;first=1&amp;second=2&amp;third=3&quot;</span>
347
+ </a>
348
+ </span>
349
+ <span class="">(features/url_parameter.feature)<span>
350
+ </li>
351
+
352
+
353
+ <li class="r2">
339
354
  <span class='object_link'>
340
355
  <a href="requirements/features/print_response.html" title="I have a web service">
341
356
  <span class="pre">Given </span>
@@ -346,7 +361,7 @@
346
361
  </li>
347
362
 
348
363
 
349
- <li class="r2">
364
+ <li class="r1">
350
365
  <span class='object_link'>
351
366
  <a href="requirements/features/print_response.html" title="I have &quot;GET&quot; service for &quot;/test&quot; as follows">
352
367
  <span class="pre">And </span>
@@ -357,7 +372,7 @@
357
372
  </li>
358
373
 
359
374
 
360
- <li class="r1">
375
+ <li class="r2">
361
376
  <span class='object_link'>
362
377
  <a href="requirements/features/print_response.html" title="I am a rest client">
363
378
  <span class="pre">And </span>
@@ -368,7 +383,7 @@
368
383
  </li>
369
384
 
370
385
 
371
- <li class="r2">
386
+ <li class="r1">
372
387
  <span class='object_link'>
373
388
  <a href="requirements/features/print_response.html" title="I &quot;GET&quot; from the web service">
374
389
  <span class="pre">When </span>
@@ -379,7 +394,7 @@
379
394
  </li>
380
395
 
381
396
 
382
- <li class="r1">
397
+ <li class="r2">
383
398
  <span class='object_link'>
384
399
  <a href="requirements/features/print_response.html" title="I receive the expected message">
385
400
  <span class="pre">Then </span>
@@ -390,17 +405,6 @@
390
405
  </li>
391
406
 
392
407
 
393
- <li class="r2">
394
- <span class='object_link'>
395
- <a href="requirements/features/print_response.html" title="the response prints like the following">
396
- <span class="pre">And </span>
397
- <span class="name">the response prints like the following</span>
398
- </a>
399
- </span>
400
- <span class="">(features/print_response.feature)<span>
401
- </li>
402
-
403
-
404
408
  <li class="r1">
405
409
  <span class='object_link'>
406
410
  <a href="requirements/features/print_response.html" title="I have a web service">
@@ -457,17 +461,6 @@
457
461
 
458
462
 
459
463
  <li class="r2">
460
- <span class='object_link'>
461
- <a href="requirements/features/print_response.html" title="the response prints like the following">
462
- <span class="pre">And </span>
463
- <span class="name">the response prints like the following</span>
464
- </a>
465
- </span>
466
- <span class="">(features/print_response.feature)<span>
467
- </li>
468
-
469
-
470
- <li class="r1">
471
464
  <span class='object_link'>
472
465
  <a href="requirements/features/print_response.html" title="I have a web service">
473
466
  <span class="pre">Given </span>
@@ -478,7 +471,7 @@
478
471
  </li>
479
472
 
480
473
 
481
- <li class="r2">
474
+ <li class="r1">
482
475
  <span class='object_link'>
483
476
  <a href="requirements/features/print_response.html" title="I have &quot;POST&quot; service for &quot;/test&quot; as follows">
484
477
  <span class="pre">And </span>
@@ -489,7 +482,7 @@
489
482
  </li>
490
483
 
491
484
 
492
- <li class="r1">
485
+ <li class="r2">
493
486
  <span class='object_link'>
494
487
  <a href="requirements/features/print_response.html" title="I am a rest client">
495
488
  <span class="pre">And </span>
@@ -500,7 +493,7 @@
500
493
  </li>
501
494
 
502
495
 
503
- <li class="r2">
496
+ <li class="r1">
504
497
  <span class='object_link'>
505
498
  <a href="requirements/features/print_response.html" title="I &quot;POST&quot; to the web service with the following">
506
499
  <span class="pre">When </span>
@@ -511,7 +504,7 @@
511
504
  </li>
512
505
 
513
506
 
514
- <li class="r1">
507
+ <li class="r2">
515
508
  <span class='object_link'>
516
509
  <a href="requirements/features/print_response.html" title="I receive the expected message">
517
510
  <span class="pre">Then </span>
@@ -522,17 +515,6 @@
522
515
  </li>
523
516
 
524
517
 
525
- <li class="r2">
526
- <span class='object_link'>
527
- <a href="requirements/features/print_response.html" title="the response prints like the following">
528
- <span class="pre">And </span>
529
- <span class="name">the response prints like the following</span>
530
- </a>
531
- </span>
532
- <span class="">(features/print_response.feature)<span>
533
- </li>
534
-
535
-
536
518
  <li class="r1">
537
519
  <span class='object_link'>
538
520
  <a href="requirements/features/print_response.html" title="I have a web service">
@@ -590,232 +572,265 @@
590
572
 
591
573
  <li class="r2">
592
574
  <span class='object_link'>
593
- <a href="requirements/features/print_response.html" title="the response prints like the following">
594
- <span class="pre">And </span>
595
- <span class="name">the response prints like the following</span>
575
+ <a href="requirements/features/header_options.html" title="I have a web service">
576
+ <span class="pre">Given </span>
577
+ <span class="name">I have a web service</span>
596
578
  </a>
597
579
  </span>
598
- <span class="">(features/print_response.feature)<span>
580
+ <span class="">(features/header_options.feature)<span>
599
581
  </li>
600
582
 
601
583
 
602
584
  <li class="r1">
603
585
  <span class='object_link'>
604
- <a href="requirements/features/rest_client.html" title="I have a web service">
605
- <span class="pre">Given </span>
606
- <span class="name">I have a web service</span>
586
+ <a href="requirements/features/header_options.html" title="I have &quot;GET&quot; service for &quot;/test&quot; with the following headers">
587
+ <span class="pre">And </span>
588
+ <span class="name">I have &quot;GET&quot; service for &quot;/test&quot; with the following headers</span>
607
589
  </a>
608
590
  </span>
609
- <span class="">(features/rest_client.feature)<span>
591
+ <span class="">(features/header_options.feature)<span>
610
592
  </li>
611
593
 
612
594
 
613
595
  <li class="r2">
614
596
  <span class='object_link'>
615
- <a href="requirements/features/rest_client.html" title="I have &quot;GET&quot; service for &quot;/test&quot;">
597
+ <a href="requirements/features/header_options.html" title="I am a rest client">
616
598
  <span class="pre">And </span>
617
- <span class="name">I have &quot;GET&quot; service for &quot;/test&quot;</span>
599
+ <span class="name">I am a rest client</span>
618
600
  </a>
619
601
  </span>
620
- <span class="">(features/rest_client.feature)<span>
602
+ <span class="">(features/header_options.feature)<span>
621
603
  </li>
622
604
 
623
605
 
624
606
  <li class="r1">
625
607
  <span class='object_link'>
626
- <a href="requirements/features/rest_client.html" title="I am a rest client">
627
- <span class="pre">And </span>
628
- <span class="name">I am a rest client</span>
608
+ <a href="requirements/features/header_options.html" title="I have the following header">
609
+ <span class="pre">When </span>
610
+ <span class="name">I have the following header</span>
629
611
  </a>
630
612
  </span>
631
- <span class="">(features/rest_client.feature)<span>
613
+ <span class="">(features/header_options.feature)<span>
632
614
  </li>
633
615
 
634
616
 
635
617
  <li class="r2">
636
618
  <span class='object_link'>
637
- <a href="requirements/features/rest_client.html" title="I &quot;GET&quot; from the web service">
638
- <span class="pre">When </span>
619
+ <a href="requirements/features/header_options.html" title="I &quot;GET&quot; from the web service">
620
+ <span class="pre">And </span>
639
621
  <span class="name">I &quot;GET&quot; from the web service</span>
640
622
  </a>
641
623
  </span>
642
- <span class="">(features/rest_client.feature)<span>
624
+ <span class="">(features/header_options.feature)<span>
643
625
  </li>
644
626
 
645
627
 
646
628
  <li class="r1">
647
629
  <span class='object_link'>
648
- <a href="requirements/features/rest_client.html" title="I receive the expected message">
630
+ <a href="requirements/features/header_options.html" title="I receive the expected message">
649
631
  <span class="pre">Then </span>
650
632
  <span class="name">I receive the expected message</span>
651
633
  </a>
652
634
  </span>
653
- <span class="">(features/rest_client.feature)<span>
635
+ <span class="">(features/header_options.feature)<span>
654
636
  </li>
655
637
 
656
638
 
657
639
  <li class="r2">
658
640
  <span class='object_link'>
659
- <a href="requirements/features/rest_client.html" title="I have a web service">
641
+ <a href="requirements/features/header_options.html" title="I have a web service">
660
642
  <span class="pre">Given </span>
661
643
  <span class="name">I have a web service</span>
662
644
  </a>
663
645
  </span>
664
- <span class="">(features/rest_client.feature)<span>
646
+ <span class="">(features/header_options.feature)<span>
665
647
  </li>
666
648
 
667
649
 
668
650
  <li class="r1">
669
651
  <span class='object_link'>
670
- <a href="requirements/features/rest_client.html" title="I have &quot;PUT&quot; service for &quot;/test&quot;">
652
+ <a href="requirements/features/header_options.html" title="I have &quot;POST&quot; service for &quot;/test&quot; with the following headers">
671
653
  <span class="pre">And </span>
672
- <span class="name">I have &quot;PUT&quot; service for &quot;/test&quot;</span>
654
+ <span class="name">I have &quot;POST&quot; service for &quot;/test&quot; with the following headers</span>
673
655
  </a>
674
656
  </span>
675
- <span class="">(features/rest_client.feature)<span>
657
+ <span class="">(features/header_options.feature)<span>
676
658
  </li>
677
659
 
678
660
 
679
661
  <li class="r2">
680
662
  <span class='object_link'>
681
- <a href="requirements/features/rest_client.html" title="I am a rest client">
663
+ <a href="requirements/features/header_options.html" title="I am a rest client">
682
664
  <span class="pre">And </span>
683
665
  <span class="name">I am a rest client</span>
684
666
  </a>
685
667
  </span>
686
- <span class="">(features/rest_client.feature)<span>
668
+ <span class="">(features/header_options.feature)<span>
687
669
  </li>
688
670
 
689
671
 
690
672
  <li class="r1">
691
673
  <span class='object_link'>
692
- <a href="requirements/features/rest_client.html" title="I &quot;PUT&quot; to the web service with the following">
674
+ <a href="requirements/features/header_options.html" title="I have the following header">
693
675
  <span class="pre">When </span>
694
- <span class="name">I &quot;PUT&quot; to the web service with the following</span>
676
+ <span class="name">I have the following header</span>
695
677
  </a>
696
678
  </span>
697
- <span class="">(features/rest_client.feature)<span>
679
+ <span class="">(features/header_options.feature)<span>
698
680
  </li>
699
681
 
700
682
 
701
683
  <li class="r2">
702
684
  <span class='object_link'>
703
- <a href="requirements/features/rest_client.html" title="I receive the expected message">
685
+ <a href="requirements/features/header_options.html" title="I &quot;POST&quot; to the web service with the following">
686
+ <span class="pre">And </span>
687
+ <span class="name">I &quot;POST&quot; to the web service with the following</span>
688
+ </a>
689
+ </span>
690
+ <span class="">(features/header_options.feature)<span>
691
+ </li>
692
+
693
+
694
+ <li class="r1">
695
+ <span class='object_link'>
696
+ <a href="requirements/features/header_options.html" title="I receive the expected message">
704
697
  <span class="pre">Then </span>
705
698
  <span class="name">I receive the expected message</span>
706
699
  </a>
707
700
  </span>
708
- <span class="">(features/rest_client.feature)<span>
701
+ <span class="">(features/header_options.feature)<span>
709
702
  </li>
710
703
 
711
704
 
712
- <li class="r1">
705
+ <li class="r2">
713
706
  <span class='object_link'>
714
- <a href="requirements/features/rest_client.html" title="I have a web service">
707
+ <a href="requirements/features/header_options.html" title="I have a web service">
715
708
  <span class="pre">Given </span>
716
709
  <span class="name">I have a web service</span>
717
710
  </a>
718
711
  </span>
719
- <span class="">(features/rest_client.feature)<span>
712
+ <span class="">(features/header_options.feature)<span>
713
+ </li>
714
+
715
+
716
+ <li class="r1">
717
+ <span class='object_link'>
718
+ <a href="requirements/features/header_options.html" title="I have &quot;GET&quot; service for &quot;/test&quot; for user &quot;test&quot; and password &quot;rest&quot;">
719
+ <span class="pre">And </span>
720
+ <span class="name">I have &quot;GET&quot; service for &quot;/test&quot; for user &quot;test&quot; and password &quot;rest&quot;</span>
721
+ </a>
722
+ </span>
723
+ <span class="">(features/header_options.feature)<span>
720
724
  </li>
721
725
 
722
726
 
723
727
  <li class="r2">
724
728
  <span class='object_link'>
725
- <a href="requirements/features/rest_client.html" title="I have &quot;POST&quot; service for &quot;/test&quot;">
729
+ <a href="requirements/features/header_options.html" title="I am a rest client">
726
730
  <span class="pre">And </span>
727
- <span class="name">I have &quot;POST&quot; service for &quot;/test&quot;</span>
731
+ <span class="name">I am a rest client</span>
728
732
  </a>
729
733
  </span>
730
- <span class="">(features/rest_client.feature)<span>
734
+ <span class="">(features/header_options.feature)<span>
731
735
  </li>
732
736
 
733
737
 
734
738
  <li class="r1">
735
739
  <span class='object_link'>
736
- <a href="requirements/features/rest_client.html" title="I am a rest client">
740
+ <a href="requirements/features/header_options.html" title="I have basic auth for user &quot;test&quot; and password &quot;rest&quot;">
737
741
  <span class="pre">And </span>
738
- <span class="name">I am a rest client</span>
742
+ <span class="name">I have basic auth for user &quot;test&quot; and password &quot;rest&quot;</span>
739
743
  </a>
740
744
  </span>
741
- <span class="">(features/rest_client.feature)<span>
745
+ <span class="">(features/header_options.feature)<span>
742
746
  </li>
743
747
 
744
748
 
745
749
  <li class="r2">
746
750
  <span class='object_link'>
747
- <a href="requirements/features/rest_client.html" title="I &quot;POST&quot; to the web service with the following">
748
- <span class="pre">When </span>
749
- <span class="name">I &quot;POST&quot; to the web service with the following</span>
751
+ <a href="requirements/features/header_options.html" title="I &quot;GET&quot; from the web service">
752
+ <span class="pre">And </span>
753
+ <span class="name">I &quot;GET&quot; from the web service</span>
750
754
  </a>
751
755
  </span>
752
- <span class="">(features/rest_client.feature)<span>
756
+ <span class="">(features/header_options.feature)<span>
753
757
  </li>
754
758
 
755
759
 
756
760
  <li class="r1">
757
761
  <span class='object_link'>
758
- <a href="requirements/features/rest_client.html" title="I receive the expected message">
762
+ <a href="requirements/features/header_options.html" title="I receive the expected message">
759
763
  <span class="pre">Then </span>
760
764
  <span class="name">I receive the expected message</span>
761
765
  </a>
762
766
  </span>
763
- <span class="">(features/rest_client.feature)<span>
767
+ <span class="">(features/header_options.feature)<span>
764
768
  </li>
765
769
 
766
770
 
767
771
  <li class="r2">
768
772
  <span class='object_link'>
769
- <a href="requirements/features/rest_client.html" title="I have a web service">
773
+ <a href="requirements/features/header_options.html" title="I have a secure web service">
770
774
  <span class="pre">Given </span>
771
- <span class="name">I have a web service</span>
775
+ <span class="name">I have a secure web service</span>
772
776
  </a>
773
777
  </span>
774
- <span class="">(features/rest_client.feature)<span>
778
+ <span class="">(features/header_options.feature)<span>
775
779
  </li>
776
780
 
777
781
 
778
782
  <li class="r1">
779
783
  <span class='object_link'>
780
- <a href="requirements/features/rest_client.html" title="I have &quot;DELETE&quot; service for &quot;/test&quot;">
784
+ <a href="requirements/features/header_options.html" title="I have &quot;GET&quot; service for &quot;/test&quot; for user &quot;test&quot; and password &quot;rest&quot;">
781
785
  <span class="pre">And </span>
782
- <span class="name">I have &quot;DELETE&quot; service for &quot;/test&quot;</span>
786
+ <span class="name">I have &quot;GET&quot; service for &quot;/test&quot; for user &quot;test&quot; and password &quot;rest&quot;</span>
783
787
  </a>
784
788
  </span>
785
- <span class="">(features/rest_client.feature)<span>
789
+ <span class="">(features/header_options.feature)<span>
786
790
  </li>
787
791
 
788
792
 
789
793
  <li class="r2">
790
794
  <span class='object_link'>
791
- <a href="requirements/features/rest_client.html" title="I am a rest client">
795
+ <a href="requirements/features/header_options.html" title="I am a rest client">
792
796
  <span class="pre">And </span>
793
797
  <span class="name">I am a rest client</span>
794
798
  </a>
795
799
  </span>
796
- <span class="">(features/rest_client.feature)<span>
800
+ <span class="">(features/header_options.feature)<span>
797
801
  </li>
798
802
 
799
803
 
800
804
  <li class="r1">
801
805
  <span class='object_link'>
802
- <a href="requirements/features/rest_client.html" title="I &quot;DELETE&quot; from the web service">
803
- <span class="pre">When </span>
804
- <span class="name">I &quot;DELETE&quot; from the web service</span>
806
+ <a href="requirements/features/header_options.html" title="I have basic auth for user &quot;test&quot; and password &quot;rest&quot;">
807
+ <span class="pre">And </span>
808
+ <span class="name">I have basic auth for user &quot;test&quot; and password &quot;rest&quot;</span>
805
809
  </a>
806
810
  </span>
807
- <span class="">(features/rest_client.feature)<span>
811
+ <span class="">(features/header_options.feature)<span>
808
812
  </li>
809
813
 
810
814
 
811
815
  <li class="r2">
812
816
  <span class='object_link'>
813
- <a href="requirements/features/rest_client.html" title="I receive the expected message">
817
+ <a href="requirements/features/header_options.html" title="I &quot;GET&quot; from the web service">
818
+ <span class="pre">And </span>
819
+ <span class="name">I &quot;GET&quot; from the web service</span>
820
+ </a>
821
+ </span>
822
+ <span class="">(features/header_options.feature)<span>
823
+ </li>
824
+
825
+
826
+ <li class="r1">
827
+ <span class='object_link'>
828
+ <a href="requirements/features/header_options.html" title="I receive the expected message">
814
829
  <span class="pre">Then </span>
815
830
  <span class="name">I receive the expected message</span>
816
831
  </a>
817
832
  </span>
818
- <span class="">(features/rest_client.feature)<span>
833
+ <span class="">(features/header_options.feature)<span>
819
834
  </li>
820
835
 
821
836