Sample code for 30+ languages & platforms
Classic ASP

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Classic ASP Downloads

Classic ASP
<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>