jaulib v1.3.8
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
TestHttpStream01 Class Reference
Collaboration diagram for TestHttpStream01:

Public Member Functions

 TestHttpStream01 ()=default
 
 ~TestHttpStream01 ()=default
 
void test01_post_sync_ok ()
 
void test11_post_async_ok ()
 

Public Attributes

const std::string CRLF = "\r\n"
 
const std::string HorizonCmd01
 
const std::string HttpBoundary = "affedeadbeaf"
 
const std::string HttpBoundarySep = "--"
 
const std::string url_input_root = "http://httpbin.org/post"
 

Detailed Description

Definition at line 48 of file test_httpstream01.cpp.

Constructor & Destructor Documentation

◆ TestHttpStream01()

TestHttpStream01::TestHttpStream01 ( )
default

◆ ~TestHttpStream01()

TestHttpStream01::~TestHttpStream01 ( )
default

Member Function Documentation

◆ test01_post_sync_ok()

void TestHttpStream01::test01_post_sync_ok ( )
inline

Definition at line 68 of file test_httpstream01.cpp.

Here is the caller graph for this function:

◆ test11_post_async_ok()

void TestHttpStream01::test11_post_async_ok ( )
inline

Definition at line 116 of file test_httpstream01.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ url_input_root

const std::string TestHttpStream01::url_input_root = "http://httpbin.org/post"

Definition at line 50 of file test_httpstream01.cpp.

◆ HttpBoundarySep

const std::string TestHttpStream01::HttpBoundarySep = "--"

Definition at line 52 of file test_httpstream01.cpp.

◆ HttpBoundary

const std::string TestHttpStream01::HttpBoundary = "affedeadbeaf"

Definition at line 53 of file test_httpstream01.cpp.

◆ CRLF

const std::string TestHttpStream01::CRLF = "\r\n"

Definition at line 54 of file test_httpstream01.cpp.

◆ HorizonCmd01

const std::string TestHttpStream01::HorizonCmd01
Initial value:
=
"!$$SOF\n"
"COMMAND='199'\n"
"TABLE_TYPE='Vector'\n"
"CENTER='@010'\n"
"REF_PLANE='Ecliptic'\n"
"START_TIME='2024-01-01 00:00:00'\n"
"STOP_TIME='2024-01-01 00:00:01'\n"

Definition at line 55 of file test_httpstream01.cpp.


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