Skip to content

Commit

Permalink
Put JSON and XML string Constants.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Feb 29, 2024
1 parent 1b62a55 commit a05fdb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ object SessionHandlerEvents {
object ContentTypes {
const val DASH = "application/dash+xml"
const val HLS = "application/vnd.apple.mpegurl"
const val JSON = "application/json"
const val XML = "application/xml"
}

object UserAgentTokens {
Expand Down

0 comments on commit a05fdb6

Please sign in to comment.