Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_nest/modules/uinv/src/tools/utils.ts>getFirstOriginByHost

Refer to nestjs to realize some common functions for Deno, support hono and oak
Go to Latest
function getFirstOriginByHost
import { getFirstOriginByHost } from "https://deno.land/x/deno_nest@v3.7.0/modules/uinv/src/tools/utils.ts";

根据host获取一级域名

Parameters

host: string

正常应该是www.baidu.com,或者localhost

Returns

string