Files
beast/test/http
Vinnie Falco a0a335972f Refactor HTTP identifier names (API Change):
fix #171

Several names and  HTTP identifiers are renamed to be
more consistent, self-explanatory, and concise:

* "Fields" is a collection of HTTP header fields (rfc7230 section 3.2)
* "Header" is the Start Line plus Fields. Another way to look at it is,
  the HTTP message minus the body.
* `basic_fields` replaces `basic_headers`
* `fields` replaces `headers`
* `Fields` replaces `Headers` in template parameter lists
* `header` replaces `message_headers`
* `header::fields` replaces `message_headers::fields`

The changes are cosmetic and do not affect run-time behavior.
2016-11-15 12:04:44 -05:00
..
2016-11-12 11:27:55 -05:00
2016-05-25 12:00:14 -04:00
2016-04-20 12:01:26 -04:00
2016-10-14 14:12:41 -04:00
2016-08-12 21:02:40 -04:00
2016-04-20 12:01:26 -04:00
2016-10-14 14:08:56 -04:00
2016-04-20 12:01:26 -04:00