MCPcopy Create free account

hub / github.com/amcewen/HttpClient / functions

Functions31 in github.com/amcewen/HttpClient

↓ 4 callersMethodconnect
Inherited from Client
HttpClient.h:377
↓ 1 callersFunctionb64_encode
b64.cpp:21
MethodHttpClient
currently disabled as introduces dependency on Dns.h in Ethernet
HttpClient.cpp:16
Methodavailable
Inherited from Stream
HttpClient.h:367
MethodbeginRequest
HttpClient.cpp:54
Methodcompleted
HttpClient.h:353
Methodconnected
HttpClient.h:380
MethodcontentLength
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
MethodendOfBodyReached
HttpClient.cpp:434
MethodendOfHeadersReached
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
MethodendOfStream
HttpClient.h:352
MethodendRequest
HttpClient.cpp:281
MethodfinishHeaders
HttpClient.cpp:275
Methodflush
HttpClient.h:374
Methodget
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
MethodhttpResponseTimeout
HttpClient.h:382
Methodpeek
HttpClient.h:373
Methodpost
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
Methodput
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
Methodread
HttpClient.cpp:444
MethodreadHeader
HttpClient.cpp:487
MethodresetState
HttpClient.cpp:38
MethodresponseStatusCode
HttpClient.cpp:291
MethodsendBasicAuth
HttpClient.cpp:226
MethodsendHeader
HttpClient.cpp:207
MethodsendInitialHeaders
HttpClient.cpp:145
MethodsetHttpResponseTimeout
HttpClient.h:383
MethodskipResponseHeaders
HttpClient.cpp:401
MethodstartRequest
HttpClient.cpp:59
Methodstop
HttpClient.cpp:48
Methodwrite
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