All Downloads are FREE. Search and download functionalities are using the official Maven repository.

FitNesseRoot.RestFixtureTests.HeadTests.content.txt Maven / Gradle / Ivy

Head requests should return no-body but the headers list should match that of the equivalent GET operation. 

| Table: Rest Fixture |http://${jettyHost}:${jettyPort}|
|GET | /resources/0 | 200 | Content-Length : [\d+] | |
|let    | length | header | Content-Length:(.+) | |
|let    | type | header | Content-Type:(.+) | |
|HEAD | /resources/0 | 200 | Content-Length : %length% | no-body |
|HEAD | /resources/0 | 200 | Content-Type: %type% | no-body |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy