Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1064)

Side by Side Diff: CHANGELOG.md

Issue 1307353003: Add an AuthenticationChallenge class. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Code review changes Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/http_parser.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.0.0
2
3 This is 1.0.0 because the API is stable—there are no breaking changes.
4
5 * Added an `AuthenticationChallenge` class for parsing and representing the
6 value of `WWW-Authenticate` and related headers.
7
1 ## 0.0.2+8 8 ## 0.0.2+8
2 9
3 * Bring in the latest `dart:io` WebSocket code. 10 * Bring in the latest `dart:io` WebSocket code.
4 11
5 ## 0.0.2+7 12 ## 0.0.2+7
6 13
7 * Add more detail to the readme. 14 * Add more detail to the readme.
8 15
9 ## 0.0.2+6 16 ## 0.0.2+6
10 17
(...skipping 16 matching lines...) Expand all
27 * Fixes for HTTP date formatting. 34 * Fixes for HTTP date formatting.
28 35
29 ## 0.0.2+1 36 ## 0.0.2+1
30 37
31 * Minor code refactoring. 38 * Minor code refactoring.
32 39
33 ## 0.0.2 40 ## 0.0.2
34 41
35 * Added `CompatibleWebSocket`, for platform- and API-independent support for the 42 * Added `CompatibleWebSocket`, for platform- and API-independent support for the
36 WebSocket API. 43 WebSocket API.
OLDNEW
« no previous file with comments | « no previous file | lib/http_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698