http_errno_description function

Pointer<Char> http_errno_description(
  1. http_errno err
)

Implementation

ffi.Pointer<ffi.Char> http_errno_description(http_errno err) =>
    _http_errno_description(err.value);