> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # [Velo](https://dev.wix.com/docs/api/get-menu-content?url=https%3A%2F%2Fdev.wix.com%2Fdocs%2Fvelo&format=markdown.md) ## [Velo-Only APIs](https://dev.wix.com/docs/velo/velo-only-apis.md) ### [wix-http-functions](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions.md) - [Introduction](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/introduction.md) - [wixHttpFunctionRequest](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request.md) - [badRequest()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/bad-request.md) - [created()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/created.md) - [delete()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/delete.md) - [forbidden()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/forbidden.md) - [get()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/get.md) - [notFound()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/not-found.md) - [ok()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/ok.md) - [options()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/options.md) - [post()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/post.md) - [put()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/put.md) - [response()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/response.md) - [serverError()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/server-error.md) - [use()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/use.md) #### [WixHttpFunctionRequest](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request.md) - [Introduction](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/introduction.md) - [baseUrl](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/base-url.md) - [body](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/body.md) - [functionName](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/function-name.md) - [headers](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/headers.md) - [ip](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/ip.md) - [method](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/method.md) - [path](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/path.md) - [query](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/query.md) - [url](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/url.md) ##### [WixHttpFunctionRequestBody](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/wix-http-function-request-body.md) - [Introduction](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/wix-http-function-request-body/introduction.md) - [buffer()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/wix-http-function-request-body/buffer.md) - [json()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/wix-http-function-request-body/json.md) - [text()](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-request/wix-http-function-request-body/text.md) #### [WixHttpFunctionResponse](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-response.md) - [Introduction](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-response/introduction.md) - [body](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-response/body.md) - [headers](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-response/headers.md) - [status](https://dev.wix.com/docs/velo/velo-only-apis/wix-http-functions/wix-http-function-response/status.md)