Upon reviewing a log of the requests made by the Visual Studio NuGet package manager to the main gallery (nuget.org/api/v2), I noticed that some requests are made to a resource named "$batch" using a POST method, and was unable to pinpoint these calls to a specific operation in the manager.
Under what circumstances does this resource get called? What is it's purpose?
Thanks