# Web & Network Reference
Documentation for the web and networking capabilities of DWScript is split into two primary units:
## [System.Net Reference](/ref/net)
The **System.Net** unit provides core networking and web transaction objects:
* **HttpQuery**: Client-side outbound HTTP requests.
* **WebRequest / WebResponse**: Inbound HTTP transaction handling.
* **Server-Sent Events**: Real-time server-to-client updates.
## [System.WebServer Reference](/ref/webserver)
The **System.WebServer** unit provides control over the server environment itself:
* **WebServer**: Global server control and configuration.
* **URL Rewriting**: Rules for transparent URL mapping.
* **Server Diagnostics**: Compilation info and program status.
Web & Network Reference
Documentation for the web and networking capabilities of DWScript is split into two primary units:
The System.Net unit provides core networking and web transaction objects:
- HttpQuery: Client-side outbound HTTP requests.
- WebRequest / WebResponse: Inbound HTTP transaction handling.
- Server-Sent Events: Real-time server-to-client updates.
The System.WebServer unit provides control over the server environment itself:
- WebServer: Global server control and configuration.
- URL Rewriting: Rules for transparent URL mapping.
- Server Diagnostics: Compilation info and program status.