bugGNU Octave - Bugs: bug #63167, add websave() function

 
 

bug #63167: add websave() function

Submitter:  Yu Hongbo <yuhongbo>
Submitted:  Thu 06 Oct 2022 12:42:30 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Patch Submitted Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 06 Oct 2022 12:42:30 AM UTC, original submission:  

'websave' is a function from the file /home/linux/src/octave/scripts/web/websave.m

 -- OUTFILENAME = websave (FILENAME, URL)
 -- OUTFILENAME = websave (FILENAME, URL, KEY_1, VALUE_1, ...)
 -- OUTFILENAME = websave (..., OPTIONS)

     Save content from RESTful web service to a local file.

     Specify a string output filename, save content fromthe web service
     specified by URL and the output filename is as OUTFILENAME.

     The OUTFILENAME contains FILENAME and file extension, so
     OUTFILENAME and FILENAME may be different.

     See also: weboptions, webwrite.

Patch to follow

Yu Hongbo <yuhongbo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #53799:  websave20221006.diff added by yuhongbo (5KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by nrjank (Updated the item)
  • -email is unavailable- added by yuhongbo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-11-11 nrjank StatusNone Patch Submitted
    2022-10-06 yuhongbo Attached File- Added websave20221006.diff, #53799

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code