export type ResponseCodeCategory = 'informational' | 'success' | 'redirection' | 'client-error' | 'server-error' | 'unknown';