Skip to content

Commit e4b8f8a

Browse files
committed
v6.14
- Add some useful examples in HTTP::Request (GH #92) (Chase Whitener). Batch requests are now explained. - PUT and PATCH docs updated (GH #84) (saturdaywalkers) - Trim trailing \r from status line so message() doesn't return it (GH #87) (Felipe Gasper) - Bring test coverage of HTTP::Config to 100% (GH #85) (Pete Houston) - Add 103 Early Hints to HTTP::Status (GH #94) (Tatsuhiko Miyagawa)
1 parent 1b2e034 commit e4b8f8a

File tree

4 files changed

+340
-248
lines changed

4 files changed

+340
-248
lines changed

Changes

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Revision history for HTTP-Message
22

3-
{{$NEXT}}
4-
- Add some useful examples in HTTP::Request.
3+
6.14 2017-12-20 22:28:48Z
4+
- Add some useful examples in HTTP::Request (GH #92) (Chase Whitener).
55
Batch requests are now explained.
6+
- PUT and PATCH docs updated (GH #84) (saturdaywalkers)
7+
- Trim trailing \r from status line so message() doesn't return it (GH #87) (Felipe Gasper)
8+
- Bring test coverage of HTTP::Config to 100% (GH #85) (Pete Houston)
9+
- Add 103 Early Hints to HTTP::Status (GH #94) (Tatsuhiko Miyagawa)
610

711
6.13 2017-06-20 01:07:03Z
812
- Non-TRIAL release of changes found in 6.12

0 commit comments

Comments
 (0)