Skip to content

Commit

Permalink
Added variables to store body and content type
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorodiz committed Mar 16, 2016
1 parent 4b44568 commit c641753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HttpClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ class HttpClient : public Client
IPAddress iProxyAddress;
uint16_t iProxyPort;
uint32_t iHttpResponseTimeout;
static char* pBody;
static char* pContentType;
};

#endif

0 comments on commit c641753

Please sign in to comment.