import { Response } from "https://deno.land/x/opine@2.3.4/src/response.ts";
Set Link header field with the given links
.
Examples:
res.links({ next: 'http://api.example.com/users?page=2', last: 'http://api.example.com/users?page=5' });
import { Response } from "https://deno.land/x/opine@2.3.4/src/response.ts";
Set Link header field with the given links
.
Examples:
res.links({ next: 'http://api.example.com/users?page=2', last: 'http://api.example.com/users?page=5' });