1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-07-31 18:44:22 +03:00

Initial version on github. Updates old version which lived on googlecode to use new DHCP and DNS API in the Arduino Ethernet library

This commit is contained in:
amcewen
2011-05-14 14:42:26 +01:00
commit 6e632624bf
4 changed files with 935 additions and 0 deletions

33
keywords.txt Normal file
View File

@ -0,0 +1,33 @@
#######################################
# Syntax Coloring Map For HttpClient
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
HttpClient KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
get KEYWORD2
post KEYWORD2
put KEYWORD2
startRequest KEYWORD2
sendHeader KEYWORD2
sendBasicAuth KEYWORD2
finishRequest KEYWORD2
responseStatusCode KEYWORD2
readHeader KEYWORD2
skipResponseHeaders KEYWORD2
endOfHeadersReached KEYWORD2
endOfBodyReached KEYWORD2
eof KEYWORD2
contentLength KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################