pub use wtf;
// `mime_type_list_enum::MimeTypeList` is a hand-generated `&'static str`
// newtype (PERF(port) stand-in for the Zig packed-u14 table), so
// `Table`/`Compact`/`EXTENSIONS`/`sniff`/`from_table`/`create_hash_table`/`ALL`
// all compile. Only `by_loader` remains gated
// (same-tier `bun_ast::Loader`, intra-tier edge avoided).
/// `std.fmt.parseInt(usize, value, 10) catch 0` — RFC 9110 Content-Length is
/// `1*DIGIT`, so any parse failure (empty / non-digit / overflow) maps to 0.
/// Zig has no dedicated helper (http.zig:2800, server.zig:2442, etc. all inline
/// the `catch 0`); this wrapper gives the Rust port ONE call shape across
/// bun_http / bun_runtime::server / s3. Backed by the std.fmt.parseInt port.