class Playwright::APIResponse

def body

Returns the buffer with response body.
def body
  wrap_impl(@impl.body)
end