Module rsip::message::response[][src]

Structs

Response reprsents a SIP response message, which contains a StatusCode, a Version, Headers and a body, represented as a Vec<u8>, thus not checked for UTF-8 compliance.