Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amcewen/HttpClient
/ functions
Functions
31 in github.com/amcewen/HttpClient
⨍
Functions
31
◇
Types & classes
1
↓ 4 callers
Method
connect
Inherited from Client
HttpClient.h:377
↓ 1 callers
Function
b64_encode
b64.cpp:21
Method
HttpClient
currently disabled as introduces dependency on Dns.h in Ethernet
HttpClient.cpp:16
Method
available
Inherited from Stream
HttpClient.h:367
Method
beginRequest
HttpClient.cpp:54
Method
completed
HttpClient.h:353
Method
connected
HttpClient.h:380
Method
contentLength
Return the length of the body. @return Length of the body, in bytes, or kNoContentLengthHeader if no Content-Length header was returned by
HttpClient.h:359
Method
endOfBodyReached
HttpClient.cpp:434
Method
endOfHeadersReached
Test whether all of the response headers have been consumed. @return true if we are now processing the response body, else false */
HttpClient.h:345
Method
endOfStream
HttpClient.h:352
Method
endRequest
HttpClient.cpp:281
Method
finishHeaders
HttpClient.cpp:275
Method
flush
HttpClient.h:374
Method
get
Connect to the server and start to send a GET request. @param aServerName Name of the server being connected to. If NULL, the
HttpClient.h:74
Method
httpResponseTimeout
HttpClient.h:382
Method
peek
HttpClient.h:373
Method
post
Connect to the server and start to send a POST request. @param aServerName Name of the server being connected to. If NULL, the
HttpClient.h:132
Method
put
Connect to the server and start to send a PUT request. @param aServerName Name of the server being connected to. If NULL, the
HttpClient.h:194
Method
read
HttpClient.cpp:444
Method
readHeader
HttpClient.cpp:487
Method
resetState
HttpClient.cpp:38
Method
responseStatusCode
HttpClient.cpp:291
Method
sendBasicAuth
HttpClient.cpp:226
Method
sendHeader
HttpClient.cpp:207
Method
sendInitialHeaders
HttpClient.cpp:145
Method
setHttpResponseTimeout
HttpClient.h:383
Method
skipResponseHeaders
HttpClient.cpp:401
Method
startRequest
HttpClient.cpp:59
Method
stop
HttpClient.cpp:48
Method
write
Inherited from Print Note: 1st call to these indicates the user is sending the body, so if need Note: be we should finish the header first
HttpClient.h:364