Use when working with Net tools — HTTP request helpers and web utility functions in F8Framework.
Util.Net (or similar) class methods for HTTP operations.| Feature | Net (Tools) | Network (Features) |
|---|---|---|
| Use case | Simple HTTP requests | Persistent TCP/KCP/WebSocket |
| Protocol | HTTP only | TCP, KCP, WebSocket |
| Connection | One-off | Persistent |
| Module init | Not needed | Required |