第一印象
範例程式
截圖
與其它函式庫比較
相關應用
下載
Documentation
作品展示(Bazaar)
現狀及發展藍圖
常見問題(FAQ)
作者與授權
論壇
資助Ultimate++
搜尋本網站
語言
中文(繁體)











SourceForge.net Logo



本頁面還沒有被翻譯. 你要協助翻譯嗎?

 

HttpCookie


 

struct HttpCookie : public Moveable<HttpCookie

This simple structure is used to store information about HTTP Cookie.

 

Public Member List

 

String id

The name of cookie.

 


 

String value

Value of cookie.

 


 

String domain

Cookie domain.

 


 

String path

Cookie path.

 


 

String raw

Unparsed cookie.

 


 

void Clear()

Clears all member variables.

 


 

bool Parse(const String& cookie)

Parses cookie into member variables - expects the format of value of HTTP "Set-Cookie" header.

 

本頁也正在english中. 你想幫忙嗎?