Pudu programming language
Menu
API reference

Std.Http.headerAccept

1 declaration

fn

headerAccept: Str

This is a callable function.

What it does

The header names the protocol defines, so a caller never spells one wrong.

Lower case throughout, because header names are compared without regard to

case and one spelling is easier to compare than two.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.HttpSearch related declarations