diff --git a/docs/03.reference/01.functions/internalrequest/function.md b/docs/03.reference/01.functions/internalrequest/function.md index 667d946de..81658c658 100644 --- a/docs/03.reference/01.functions/internalrequest/function.md +++ b/docs/03.reference/01.functions/internalrequest/function.md @@ -1,8 +1,12 @@ --- -title: internalrequest +title: internalRequest id: function-internalrequest -related: +rrelated: +- tag-http categories: +- server --- -Makes a request to the CFML Engine internally. \ No newline at end of file +Makes a request to the CFML Engine internally. also available in 5.x as _internalRequest() + +Great for CI / tests, internalRequest allows you to call another cfml page on the same server without needing to make an http call