spring-framework / org.springframework.test.web.client.response / MockRestResponseCreators / withCreatedEntity

withCreatedEntity

open static fun withCreatedEntity(location: URI): DefaultResponseCreator

ResponseCreator for a 201 response (CREATED) with a 'Location' header.

Parameters

location - the value for the Location header