| messagesByHeaderRegex (regex* baseurl start count ) | Returns the HTTP messages that match the given regular expression in the header(s) optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| messagesByRequestRegex (regex* baseurl start count ) | Returns the HTTP messages that match the given regular expression in the request optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| messagesByResponseRegex (regex* baseurl start count ) | Returns the HTTP messages that match the given regular expression in the response optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| messagesByUrlRegex (regex* baseurl start count ) | Returns the HTTP messages that match the given regular expression in the URL optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| urlsByHeaderRegex (regex* baseurl start count ) | Returns the URLs of the HTTP messages that match the given regular expression in the header(s) optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| urlsByRequestRegex (regex* baseurl start count ) | Returns the URLs of the HTTP messages that match the given regular expression in the request optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| urlsByResponseRegex (regex* baseurl start count ) | Returns the URLs of the HTTP messages that match the given regular expression in the response optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| urlsByUrlRegex (regex* baseurl start count ) | Returns the URLs of the HTTP messages that match the given regular expression in the URL optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| harByHeaderRegex (regex* baseurl start count ) | Returns the HTTP messages, in HAR format, that match the given regular expression in the header(s) optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| harByRequestRegex (regex* baseurl start count ) | Returns the HTTP messages, in HAR format, that match the given regular expression in the request optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| harByResponseRegex (regex* baseurl start count ) | Returns the HTTP messages, in HAR format, that match the given regular expression in the response optionally filtered by URL and paginated with 'start' position and 'count' of messages. |
| harByUrlRegex (regex* baseurl start count ) | Returns the HTTP messages, in HAR format, that match the given regular expression in the URL optionally filtered by URL and paginated with 'start' position and 'count' of messages. |