class WebMock::RequestSignature

def json_headers?

def json_headers?
  !!(headers&.fetch('Content-Type', nil)&.start_with?('application/json'))
end