pubnub 0.7.0

PubNub SDK for Rust
Documentation
1
2
3
4
5
6
7
//! Headers module
//!
//! This module provides a constants for HTTP headers.
//!

pub(crate) const CONTENT_TYPE: &str = "Content-Type";
pub(crate) const APPLICATION_JSON: &str = "application/json";