tag | 76a20852f165eba8f7f6354b84dc6a42458cba5d | |
---|---|---|
tagger | Natalie Weizenbaum <nweiz@google.com> | Tue Aug 25 23:47:29 2015 |
object | 25727ec872c10941f733e879362c6fc48a017d98 |
AuthenticationChallenge and CaseInsensitiveMap.
commit | 25727ec872c10941f733e879362c6fc48a017d98 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Tue Aug 25 23:27:16 2015 |
committer | Natalie Weizenbaum <nweiz@google.com> | Tue Aug 25 23:27:16 2015 |
tree | 90958a7762721ba8bfa7a6ac698741a774e3b9c6 | |
parent | 0c6c5cac37eef50cd22086394cec7e6908705ddf [diff] | |
parent | ac2e97f42d311af60e422ec4c41411d702229695 [diff] |
Merge branch 'authentication-challenge' into case-insensitive-map
http_parser
is a platform-independent package for parsing and serializing various HTTP-related formats. It's designed to be usable on both the browser and the server, and thus avoids referencing any types from dart:io
or dart:html
. It includes:
Support for parsing and formatting dates according to HTTP/1.1, the HTTP/1.1 standard.
A MediaType
class that represents an HTTP media type, as used in Accept
and Content-Type
headers. This class supports both parsing and formatting media types according to HTTP/1.1.
A CompatibleWebSocket
class that supports both the client and server sides of the WebSocket protocol independently of any specific server implementation.