x/oak/util.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function skipLWSPChar
import { skipLWSPChar } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/util.ts?s=skipLWSPChar";

Returns u8 with leading white space removed.

Parameters

u8: Uint8Array[src]

Returns

Uint8Array[src]