Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Test page

HTTP Method: GET
Overview: To retrieve the contents of a file send a GET request to the file resource's location.
Example Request:

GET /file/MyProj/myfile.txt HTTP/1.1

Example Response:

 HTTP/1.1 200 OK
 Content-Type: text/plain
 Content-Length: 22
 
 This is the contents


blah


Not defined

Back to the top