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:
3
all.sas
3
all.sas
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user