cookiejar
をテンプレートにして作成
[
Front page
] [
Page list
|
Search
|
Recent changes
|
RSS of recent changes
]
Start:
*** What is This ? [#od5688b5]
This package attempts to handle cookies in Tcl HTTP client.
This module is implementation of the Netscape cookies.
Currently it supports Netscape specification only.
I was inspired by Perl's HTTP::Cookies and Python's cooki...
But this is simpler and easier to use than those.
*** Example [#n2290ed9]
package require http
package require cookiejar
set tok [http::geturl http://www.hogehoge.com]
That's all. Cookies were stored and send automatically by...
The activity of cookiejar is hidden from user's eyes.
So you don't need to confirm exchanges of cookies. But if...
see it, make info option true.
cookiejar::configure -info 1
Then you can see cookie exchanges on tclsh shell.
~
There are some more commands. download it and see manual.
*** Download [#zbcc1c60]
http://reddog.s35.xrea.com/software/cookiejar-0.2.1.zip
http://reddog.s35.xrea.com/software/cookiejar-0.2.1.tar.gz
*** Link [#kd9f066e]
-http://wiki.tcl.tk/cookies
-http://wp.netscape.com/newsref/std/cookie_spec.html
----
[[CategoryTclTk]] [[CategoryEnglish]]
End:
*** What is This ? [#od5688b5]
This package attempts to handle cookies in Tcl HTTP client.
This module is implementation of the Netscape cookies.
Currently it supports Netscape specification only.
I was inspired by Perl's HTTP::Cookies and Python's cooki...
But this is simpler and easier to use than those.
*** Example [#n2290ed9]
package require http
package require cookiejar
set tok [http::geturl http://www.hogehoge.com]
That's all. Cookies were stored and send automatically by...
The activity of cookiejar is hidden from user's eyes.
So you don't need to confirm exchanges of cookies. But if...
see it, make info option true.
cookiejar::configure -info 1
Then you can see cookie exchanges on tclsh shell.
~
There are some more commands. download it and see manual.
*** Download [#zbcc1c60]
http://reddog.s35.xrea.com/software/cookiejar-0.2.1.zip
http://reddog.s35.xrea.com/software/cookiejar-0.2.1.tar.gz
*** Link [#kd9f066e]
-http://wiki.tcl.tk/cookies
-http://wp.netscape.com/newsref/std/cookie_spec.html
----
[[CategoryTclTk]] [[CategoryEnglish]]
Page:
HTML convert time: 0.006 sec.