MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / HttpSocket

Method HttpSocket

cpp/src/platform/HttpClient.cpp:938–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936
937
938HttpSocket::HttpSocket
939(
940):
941TcpSocket(),
942_user_agent("OpenZWave"),
943_accept_encoding(),
944_tmpHdr(),
945_keep_alive(0),
946_remaining(0),
947_contentLen(0),
948_status(0),
949_inProgress(false),
950_chunkedTransfer(false),
951_mustClose(true),
952_followRedir(true),
953_alwaysHandle(false),
954_filename(),
955_pFile(NULL)
956{
957}
958
959HttpSocket::~HttpSocket
960(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected