feat(api): add NestStrategy, NestRequestPart, NestRequest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 08:26:51 -04:00
parent b6bd7eda6e
commit 84679b40ce
4 changed files with 72 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace OpenNest.Api;
public enum NestStrategy { Auto }