Appearance
Source: http/rs.ts
http/rs.ts
import { rs } from "sdk/http"; rs.service() .resource("") .get(function (_ctx, _request, response) { response.println("Hello there!"); }) .execute();