- {!activeResponse.contentLength ? (
- Empty Body
- ) : contentType?.startsWith('image') ? (
-
- ) : activeResponse.contentLength > 2 * 1000 * 1000 ? (
-
- Cannot preview text responses larger than 2MB
-
- ) : viewMode === 'pretty' && contentType?.includes('html') ? (
-
- ) : contentType?.match(/csv|tab-separated/) ? (
-
- ) : (
- // ) : contentType?.startsWith('application/json') ? (
- //
-
- )}
-
-