Mget
Bun

method

util.MIMEParams.get

name: string
): null | string;

Returns the value of the first name-value pair whose name is name. If there are no such pairs, null is returned.

@returns

or null if there is no name-value pair with the given name.