DartBot
DartBot
**Comment by [sethladd](https://github.com/sethladd)** --- Nice! I look forward to trying this out.
**Comment by [anders-sandholm](https://github.com/anders-sandholm)** --- _Removed [Pkg-http_server](../labels/Pkg-http_server) label._ _Added [Pkg-HttpServer](../labels/Pkg-HttpServer) label._
**Comment by [anders-sandholm](https://github.com/anders-sandholm)** --- _Removed [Pkg-http_server](../labels/Pkg-http_server) label._ _Added [Pkg-HttpServer](../labels/Pkg-HttpServer) label._
**Comment by [madsager](https://github.com/madsager)** --- cc @skabet. _Added [Area-IO](../labels/Area-IO), [Triaged](../labels/Triaged) labels._
**Comment by [skabet](https://github.com/skabet)** --- _Set owner to @skabet._ _Removed [Area-IO](../labels/Area-IO) label._ _Added [Area-Pkg](../labels/Area-Pkg), [Library-HttpServer](../labels/Library-HttpServer), [Accepted](../labels/Accepted) labels._
**Comment by [skabet](https://github.com/skabet)** --- Hi Terry, You are right, in most cases with file uploads, it's the raw binary one wants to access. What if we do the following: 1)...
**Comment by [skabet](https://github.com/skabet)** --- I just tried with both chrome and Windows, and I get the following: With `<meta charset="UTF-8" />`: \- Chrome: as utf8 \- IE: as utf8 Without...
_This comment was originally written by TerryMit...@gmail.com_ --- I confirmed it on my Windows Vista using following HTML text: 001 <!DOCTYPE html> 002 <html> 003 <head> 004 <title>file_upload_test</title> 005 <meta...
**Comment by [skabet](https://github.com/skabet)** --- Hi What do you think about the following API? /** * A HTTP content body produced by [HttpBodyHandler] for either [HttpRequest] * or [HttpClientResponse]. */ abstract...
**Comment by [sethladd](https://github.com/sethladd)** --- Thanks! I like how HttpRequestBody implements HttpRequest now. Also, I like how I can control how I get the body (json, text, etc) because sometimes a...