Pudu programming language
Menu
API reference

Std.Html.Buffer.formatHexChunkHeader

1 declaration

fn

formatHexChunkHeader: Int -> Bytes

This is a callable function.

What it does

Formats an HTTP/1.1 chunk length into a hex frame header <hex>\r\n without string heap allocation.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.Html.BufferSearch related declarations