Skip to content

Commit 38e39fe

Browse files
committed
Add PUT,DELETE,PATCH to keywords.txt
Update readme.md with PATCH and link to hardware pages for Ethernet boards
1 parent 3779106 commit 38e39fe

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

keywords.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ INVALID KEYWORD2
44
GET KEYWORD2
55
HEAD KEYWORD2
66
POST KEYWORD2
7+
PUT KEYWORD2
8+
DELETE KEYWORD2
9+
PATCH KEYWORD2
710
begin KEYWORD2
811
processConnection KEYWORD2
912
setDefaultCommand KEYWORD2

readme.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is an Arduino-based Web Server library, originally developed for a class at
55
## Features
66

77
- URL parameter parsing
8-
- Handle the following HTTP Methods: GET, HEAD, POST, PUT, DELETE
8+
- Handle the following HTTP Methods: GET, HEAD, POST, PUT, DELETE, PATCH
99
- Web Forms
1010
- Images
1111
- JSON/RESTful interface
@@ -27,11 +27,14 @@ If you get an error message when building the examples similar to "WebServer.h n
2727

2828
These have all been tested with the library successfully:
2929

30-
- Freetronics Etherten
31-
- Freetronics Ethernet Shield
32-
- Arduino Ethernet Shield, both original and updated microSD version
33-
- Adafruit Ethernet Shield w/ Wiznet 811MJ module
34-
- NKC Electronics Ethernet Shield DIY Kit
30+
- [Freetronics Etherten](http://www.freetronics.com/products/etherten)
31+
- [Freetronics Ethernet Shield](http://www.freetronics.com/products/ethernet-shield-with-poe)
32+
- [Arduino Ethernet](http://arduino.cc/en/Main/ArduinoBoardEthernet)
33+
- [Arduino Ethernet Shield, both original and updated microSD version](http://arduino.cc/en/Main/ArduinoEthernetShield)
34+
- [Adafruit Ethernet Shield w/ Wiznet 811MJ module](http://www.ladyada.net/make/eshield/)
35+
- [NKC Electronics Ethernet Shield DIY Kit](http://store.nkcelectronics.com/nkc-ethernet-shield-diy-kit-without-wiz812mj-mod812.html)
36+
37+
Shields using the Microchip ENC28J60
3538

3639
## Version history
3740

@@ -41,10 +44,10 @@ These have all been tested with the library successfully:
4144
- fixed Google Code issue [8](http://code.google.com/p/webduino/issues/detail?id=8) by adding WEBDUINO_NO_IMPLEMENTATION macro that allows including the class definition without the implementation code
4245
- fixed Google Code issue [9](http://code.google.com/p/webduino/issues/detail?id=9): allowing prog_char* strings for printP
4346
- added httpServerError() method to output 500 Internal Server Error message
44-
- added support for HTTP PUT and DELETE methods (see Google Code issue [11](http://code.google.com/p/webduino/issues/detail?id=11)
47+
- added support for HTTP PUT, DELETE, and PATCH methods (see Google Code issue [11](http://code.google.com/p/webduino/issues/detail?id=11)
4548
- fixed Google Code issue [12](http://code.google.com/p/webduino/issues/detail?id=12): off-by-one error in name/value parser (readPOSTparam) where the buffer wouldn't ever be completely filled
4649
- updated copyright string for 2012 and major authors
47-
- GitHub fork now the official version; all open issues on Goole Code site fixed or closed and moved to GitHub
50+
- GitHub fork now the official version; all open issues on Google Code site fixed or closed and moved to GitHub
4851

4952
### 1.6 released in Jan 2012
5053

0 commit comments

Comments
 (0)