Back to product page

ResponseHeaders event


Fires before wodWebServer sends out response headers to the user.

Syntax

  • Basic
Private Sub object_ResponseHeaders (ByRef User)
The ResponseHeaders(object,User) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
UserWebUser object. Reference to the user who sent the request.

Remarks

ResponseHeaders is fired before server sends response back to the server. All headers are prepared and ready to go out, but this is point in connection where you can make adjustments to headers before they are delivered - by adding your own, removing them changing response content etc.

Platforms

Windows