Let's look at net/http in practice. Part 2.1: POST, files and in-memory storage
Previous article: https://habr.com/ru/articles/981356/ We continue to create the DeadDrop anonymous “dead box” service in pure Go. In the second part (first sub-issue) we lay the foundation: we learn …