Skip to content

Commit ff5c20d

Browse files
committed
godoc update
1 parent b70f003 commit ff5c20d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ahttp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type (
4343
)
4444

4545
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
46-
// Global methods
46+
// Package methods
4747
//___________________________________
4848

4949
// AcquireRequest method populates the given aah framework `ahttp.Request`

gzip_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
)
4040

4141
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
42-
// Global methods
42+
// Package methods
4343
//___________________________________
4444

4545
// TODO for old method cleanup

request.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ type (
8787

8888
// Raw an object of Go HTTP server, direct interaction with
8989
// raw object is not encouraged.
90+
//
91+
// Raw field to be unexported on v1 release, use `Req.Unwarp()` instead.
9092
Raw *http.Request
9193
}
9294

@@ -100,7 +102,7 @@ type (
100102
)
101103

102104
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
103-
// Global methods
105+
// Package methods
104106
//___________________________________
105107

106108
// ParseRequest method populates the given aah framework `ahttp.Request`

response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var (
5454
)
5555

5656
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
57-
// Global methods
57+
// Package methods
5858
//___________________________________
5959

6060
// TODO for old method cleanup

0 commit comments

Comments
 (0)