Skip to content

Commit 7a5c30d

Browse files
committed
Changed values
1 parent 1ca0c3a commit 7a5c30d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/http/lib/src/utils.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Stream<T> onDone<T>(Stream<T> stream, void Function() onDone) =>
7575
enum CacheOption {
7676
defaultType('default'),
7777
reload('reload'),
78-
noStore('no_store'),
79-
noCache('no_cache'),
80-
forceCache('force_cache'),
81-
onlyIfCached('only_if_cached');
78+
noStore('no-store'),
79+
noCache('no-cache'),
80+
forceCache('force-cache'),
81+
onlyIfCached('only-if-cached');
8282

8383
final String cacheType;
8484

0 commit comments

Comments
 (0)