Tcl Library Source Code

Check-in [f14416cf2a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix package require line
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | main
Files: files | file ages | folders
SHA3-256: f14416cf2a9a59a20cafe46987c3d69b05ca76d84be8dbb964294080f5f02328
User & Date: jan.nijtmans 2025-08-19 07:24:09.338
Context
2025-08-19
07:40
Merge trunk Leaf check-in: 4dfd20fa4c user: apnadkarni tags: apn-vc-fixes
07:24
Fix package require line Leaf check-in: f14416cf2a user: jan.nijtmans tags: trunk, main
07:19
Close fork check-in: a1ef9975d8 user: jan.nijtmans tags: trunk, main
Changes
Unified Diff Ignore Whitespace Patch
Changes to modules/rest/rest.tcl.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rest.tcl --
#
# A framework for RESTful web services
#
# Copyright (c) 2009 Aaron Faupell

package require Tcl 8.5 9+
package require http 2.7
package require json
package require tdom
package require base64

package provide rest 1.8







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rest.tcl --
#
# A framework for RESTful web services
#
# Copyright (c) 2009 Aaron Faupell

package require Tcl 8.5 9
package require http 2.7
package require json
package require tdom
package require base64

package provide rest 1.8