Some fix and simple optimizations.
[bertos.git] / bertos / net / http.h
2012-01-18 Daniele BasileSome fix and simple optimizations.
2011-10-11 asterixMake server reply content type message configurable...
2011-10-05 asterixAdd missing header.
2011-10-04 asterixClean up. Return error also when we don't found key...
2011-10-04 asterixDeconding query string when we get a key value from it.
2011-10-03 asterixAdd some utility to manage query strings.
2011-10-03 asterixDecode percent-encoding in url. Add test. Reorder code.
2011-10-03 asterixAdd other string search method for cgi table.
2011-10-03 asterixReformar get name funtion. Add test.
2011-09-30 asterix Add comments.bertos/net/http.c
2011-09-30 asterixRemove sd dependence. Add default callback to match...
2011-09-30 asterixFix find name function. Pass as argument to cgi callbac...
2011-09-28 asterixAdd first implementation of http server module.