mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 05:20: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
|
||||
@brief Streams a file to _webout according to content 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:
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
@file
|
||||
@brief Streams a file to _webout according to content 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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user