Skip to content

Commit

Permalink
📝 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 31, 2023
1 parent ecbd999 commit 4880eb6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
- http
- network
- interceptor
- web
- middleware
homepage: https://github.com/cfug/dio
repository: https://github.com/cfug/dio/blob/main/dio
issue_tracker: https://github.com/cfug/dio/issues
Expand Down
4 changes: 2 additions & 2 deletions plugins/cookie_manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![Pub](https://img.shields.io/pub/v/dio_cookie_manager.svg)](https://pub.dev/packages/dio_cookie_manager)

A cookie manager for [dio](https://github.com/cfug/dio).
A cookie manager combines cookie_jar and dio, based on the interceptor algorithm.

## Getting Started

### Install

```yaml
dependencies:
dio_cookie_manager: ^2.0.0 # latest version
dio_cookie_manager: ^latest-version
```
### Usage
Expand Down
2 changes: 1 addition & 1 deletion plugins/cookie_manager/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ topics:
- cookie
- network
- storage
- persistent
- persistence
homepage: https://github.com/cfug/dio
repository: https://github.com/cfug/dio/blob/main/plugins/cookie_manager
issue_tracker: https://github.com/cfug/dio/issues
Expand Down
2 changes: 1 addition & 1 deletion plugins/http2_adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Pub](https://img.shields.io/pub/v/dio_http2_adapter.svg)](https://pub.dev/packages/dio_http2_adapter)

An HTTP/2 adapter for [dio](https://github.com/cfug/dio).
An adapter that combines HTTP/2 and dio. Supports reusing connections, header compression, etc.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion plugins/http2_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dio_http2_adapter
version: 2.3.1

description: An adapter that combines HTTP/2 and dio. Supports reuse connections, header compression, etc.
description: An adapter that combines HTTP/2 and dio. Supports reusing connections, header compression, etc.
topics:
- dio
- http2
Expand Down

0 comments on commit 4880eb6

Please sign in to comment.