File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# httr2 1.1.0
22
3- # Lifecycle changes
3+ ## Lifecycle changes
44
55* ` req_perform_stream() ` is superseded in favor of ` req_perform_connection() ` ,
66 which is no longer experimental (#625 ).
77
88* ` with_mock() ` and ` local_mock() ` are defunct and will be removed in the next
99 release.
1010
11- # New features
11+ ## New features
1212
1313* ` is_online() ` wraps ` curl::has_internet() ` , making it easy to tell if you're
1414 currently online (#512 ).
3030 URLs (#464 ); ` url_query_parse() ` and ` url_query_build() ` parse and build
3131 query strings (#425 ).
3232
33- # Bug fixes and minor improvements
33+ ## Bug fixes and minor improvements
3434
3535* OAuth response parsing errors now have a dedicated ` httr2_oauth_parse ` error
3636 class that includes the original response object (@atheriel , #596 ).
You can’t perform that action at this time.
0 commit comments