1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-14 12:00:05 +00:00

chore: improving docs

This commit is contained in:
Allan Bowe
2022-04-30 15:58:00 +00:00
parent 7caca2f139
commit 1e142f042b
2 changed files with 4 additions and 2 deletions

View File

@@ -11723,7 +11723,8 @@ create table &outds as
@file @file
@brief Streams a file to _webout according to content type @brief Streams a file to _webout according to content type
@details Will set headers using appropriate functions per the server type @details Will set headers using appropriate functions per the server type
(Viya, EBI, SASjs Server) and content as a binary stream. (Viya, EBI, [SASjs Server](https://github.com/sasjs/server)) and stream
content using mp_binarycopy().
Usage: Usage:

View File

@@ -2,7 +2,8 @@
@file @file
@brief Streams a file to _webout according to content type @brief Streams a file to _webout according to content type
@details Will set headers using appropriate functions per the server type @details Will set headers using appropriate functions per the server type
(Viya, EBI, SASjs Server) and content as a binary stream. (Viya, EBI, [SASjs Server](https://github.com/sasjs/server)) and stream
content using mp_binarycopy().
Usage: Usage: