
                                               Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
Multipart request body stub                                |
                                                           |
POST                                                       | POST
/thing                                                     | /thing
                                                           |
                                                           |
[Multipart: part_one]                                      | [part_one]
                                                           |
Content-Disposition [contains] : name="part_one"           |                                                     <<<<< Header is not present
X-My-Stuff [contains] : stuff_parts                        | X-My-Stuff: wrong value                             <<<<< Header does not match
                                                           |
Some expected text.*                                       | Wrong body                                          <<<<< Body does not match
                                                           |
[/Multipart]                                               | [/part_one]
                                                           |
                                                           |
[Multipart: part_one]                                      | [part_two]
                                                           |
Content-Disposition [contains] : name="part_one"           |                                                     <<<<< Header is not present
X-My-Stuff [contains] : stuff_parts                        |                                                     <<<<< Header is not present
                                                           |
Some expected text.*                                       | Correct body                                        <<<<< Body does not match
                                                           |
[/Multipart]                                               | [/part_two]
                                                           |
                                                           |
[Multipart]                                                | [part_one]
                                                           |
X-More [contains] : stuff_parts                            |                                                     <<<<< Header is not present
                                                           |
Correct body                                               | Wrong body                                          <<<<< Body does not match
                                                           |
[/Multipart]                                               | [/part_one]
                                                           |
                                                           |
[Multipart]                                                | [part_two]
                                                           |
X-More [contains] : stuff_parts                            |                                                     <<<<< Header is not present
                                                           |
                                                           |
[/Multipart]                                               | [/part_two]
                                                           |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
