Added constants for camera streaming

This commit is contained in:
jamespcole
2015-07-10 18:04:17 +10:00
parent c231a349c7
commit 4b2d10a741

View File

@@ -142,3 +142,4 @@ HTTP_HEADER_CACHE_CONTROL = "Cache-Control"
HTTP_HEADER_EXPIRES = "Expires"
CONTENT_TYPE_JSON = "application/json"
CONTENT_TYPE_MULTIPART = 'multipart/x-mixed-replace; boundary={}'