enum MockServerClient::BodyTypes

Defined in:

mockserver/structs.cr

Enum Members

BINARY = 0
XML = 1
JSON = 2
JSON_PATH = 3
PARAMETERS = 4
REGEX = 5
STRING = 6
XPATH = 7

Instance Method Summary

Instance Method Detail

def binary? #

[View source]
def json? #

[View source]
def json_path? #

[View source]
def parameters? #

[View source]
def regex? #

[View source]
def string? #

[View source]
def xml? #

[View source]
def xpath? #

[View source]