Benjamin van der Veen

Results 2 issues of Benjamin van der Veen

Hi there, In following the readme (with `ctron/rust-esp-template.git`) I noticed the flash step reads: `docker run -ti --device=/dev/ttyUSB0 -v $PWD:/home/project:z rust-esp32 flash-project` Should it actually read as follows? `docker run...

As described by @sergey-litvinov on #10: - update `IHttpParserDelegate` just to have common methods between request and response (Headers, Body, etc). - create two interfaces `IHttpRequestParserDelegate` and `IHttpResponseParserDelegate` that will...