Skip to content
Aylr edited this page Feb 6, 2012 · 2 revisions

Questions

  • What is the longest url that TinyWebServer can handle? (especially for http FORM GET requests)?
  • What is the max size of data coming from a HTML FORM POST request that can be handled?
  • If you loop through each character of client.read(), is there a practical limit? Or if you read chunks of the incoming data into strings does that save time?

Clone this wiki locally