Classic ASP
Classic ASP
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat Classic ASP Downloads
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<%
set rest = Server.CreateObject("Chilkat.Rest")
success = rest.AddHeader("User-Agent","MyApplication/1.0")
' ...
' ...
' ...
%>
</body>
</html>