sal/rfs-client/openapi/docs/WebsiteServingApi.md
2025-06-24 16:10:39 +03:00

1.1 KiB

\WebsiteServingApi

All URIs are relative to http://localhost

Method HTTP request Description
serve_website_handler GET /api/v1/website/{website_hash}/{path}

serve_website_handler

std::path::PathBuf serve_website_handler(website_hash, path)

Parameters

Name Type Description Required Notes
website_hash String flist hash of the website directory [required]
path String Path to the file within the website directory, defaults to index.html if empty [required]

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/octet-stream, application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]