/**
 * Re-exports the `multipasta` header parser used by multipart HTTP parsing.
 *
 * This module keeps the parser available from the Effect HTTP namespace without
 * wrapping or changing it.
 *
 * @since 4.0.0
 */

/**
 * @category re-exports
 * @since 4.0.0
 */
export * from "multipasta/HeadersParser"
