- Hands-On Server-Side Web Development with Swift
- Angus Yeung
- 56字
- 2021-06-10 19:00:23
Debugging using the HTTP traffic monitoring tool
If the logging information leads you to believe that an error was caused by a specific network condition, you shall take a further step to investigate the networking cause. Since all server-side Swift frameworks accept HTTP requests and return HTTP responses, you'll find the HTTP traffic monitoring tool useful.