Hi all,
I am new to busybox, but I have a need to implement the WEB REST with PUT
method with httpd. I found the httpd in busybox doesnot support PUT .
Can I just edit the networking/httpd.c like below to avoid it sending me
the 501 HTTP ERROR?
< prequest = "PUT";
< if (strcasecmp(iobuf, prequest) != 0){
<
send_headers_and_exit(HTTP_NOT_IMPLEMENTED);
< }
Thank you.
Laurence
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox