이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WebServer API: Get File

2018년 10월 2일 오후 12:43

Get the content of a static file. See using the integrated static file server

GET /files/<pathname>

Parameters:

  • pathname - URI encoded path to the file

Response:

  • 200 OK
    Content-Type: <content-type> (determined from file extension)
    Body: data retrieved from file
  • 403 Forbidden
  • 404 Not Found