We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed3fb3 commit d2a06d8Copy full SHA for d2a06d8
src/mezz/prot-http.r
@@ -11,17 +11,18 @@ REBOL [
11
}
12
Name: 'http
13
Type: 'module
14
- Version: 0.1.5
+ Version: 0.1.6
15
File: %prot-http.r
16
Purpose: {
17
This program defines the HTTP protocol scheme for REBOL 3.
18
19
Author: ["Gabriele Santilli" "Richard Smolak" "Oldes"]
20
- Date: 10-May-2018
+ Date: 21-May-2018
21
History: [
22
0.1.1 22-Jun-2007 "Gabriele Santilli" "Version used in R3-Alpha"
23
0.1.4 26-Nov-2012 "Richard Smolak" "Version from Atronix's fork"
24
0.1.5 10-May-2018 "Oldes" "FIX: Query on URL was returning just none"
25
+ 0.1.6 21-May-2018 "Oldes" "FEAT: Added support for basic redirection"
26
]
27
28
0 commit comments