Constant COOKIE_PREFIX

Source
pub const COOKIE_PREFIX: &[u8; 32] = b"====== arti-rpc-cookie-v1 ======";
Expand description

A value used to differentiate cookie files, and as a personalization parameter within the RPC cookie authentication protocol.

This is equivalent to P in the RPC cookie spec.