Commit ff5c20d 1 parent b70f003 commit ff5c20d Copy full SHA for ff5c20d
File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 43
43
)
44
44
45
45
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
46
- // Global methods
46
+ // Package methods
47
47
//___________________________________
48
48
49
49
// AcquireRequest method populates the given aah framework `ahttp.Request`
Original file line number Diff line number Diff line change 39
39
)
40
40
41
41
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
42
- // Global methods
42
+ // Package methods
43
43
//___________________________________
44
44
45
45
// TODO for old method cleanup
Original file line number Diff line number Diff line change 87
87
88
88
// Raw an object of Go HTTP server, direct interaction with
89
89
// raw object is not encouraged.
90
+ //
91
+ // Raw field to be unexported on v1 release, use `Req.Unwarp()` instead.
90
92
Raw * http.Request
91
93
}
92
94
@@ -100,7 +102,7 @@ type (
100
102
)
101
103
102
104
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
103
- // Global methods
105
+ // Package methods
104
106
//___________________________________
105
107
106
108
// ParseRequest method populates the given aah framework `ahttp.Request`
Original file line number Diff line number Diff line change 54
54
)
55
55
56
56
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
57
- // Global methods
57
+ // Package methods
58
58
//___________________________________
59
59
60
60
// TODO for old method cleanup
You can’t perform that action at this time.
0 commit comments