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

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
GET                                                        | GET
[regex] thing?query=value                                  | /thing                                              <<<<< URL does not match. When using a regex, "?" should be "\\?". URLs must start with a /
                                                           |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
