GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::weboptions Struct Reference

#include "url-transfer.h"

Collaboration diagram for octave::weboptions:

Public Attributes

std::string ArrayFormat
 
std::string CertificateFilename
 
std::string ContentReader
 
Array< std::string > HeaderFields
 
std::string Password
 
std::string RequestMethod
 
long Timeout
 
std::string UserAgent
 
std::string Username
 

Detailed Description

Definition at line 42 of file url-transfer.h.

Member Data Documentation

◆ ArrayFormat

std::string octave::weboptions::ArrayFormat

Definition at line 51 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ CertificateFilename

std::string octave::weboptions::CertificateFilename

Definition at line 52 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ ContentReader

std::string octave::weboptions::ContentReader

Definition at line 49 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ HeaderFields

Array<std::string> octave::weboptions::HeaderFields

Definition at line 48 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ Password

std::string octave::weboptions::Password

Definition at line 47 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ RequestMethod

std::string octave::weboptions::RequestMethod

Definition at line 50 of file url-transfer.h.

◆ Timeout

long octave::weboptions::Timeout

Definition at line 45 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ UserAgent

std::string octave::weboptions::UserAgent

Definition at line 44 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().

◆ Username

std::string octave::weboptions::Username

Definition at line 46 of file url-transfer.h.

Referenced by F__restful_service__(), and octave::curl_transfer::set_weboptions().


The documentation for this struct was generated from the following file: