Skip to content

Commit af1c1bd

Browse files
author
Rodrigo Gomez Palacio
committed
OptionalHeaders object
Motivation: provides a way to support & encapsulate various values for headers we can pass to the HTTP methods
1 parent 43c7d61 commit af1c1bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.onesignal.core.internal.http.impl
2+
3+
data class OptionalHeaderValues(
4+
var cacheKey: String? = null,
5+
)

0 commit comments

Comments
 (0)