Baseflow / Baseflow/flutter_cache_manager
Http response headers
- Lenguaje dominante
- Dart
- Estrellas
- 809
- Forks
- 510
- Merge medio
- 6 min
- PR fusionados (30 d)
- 1
Descripción
## 🚀 Feature Requests
Currently the CacheManager only returns the body of the http response. It will be really useful to be able to retrieve also the respnse headers.
### Contextualize the feature
Some api for example insert the total number of pages (for pagination) in the response header, and currently is impossible to read it.
### Describe the feature
The response file could be a json that contains both the headers and the body of the http response.
### Platforms affected (mark all that apply)
- [x] :iphone: iOS
- [x] :robot: Android
Guía de contribución
Línea de trabajo
Comienza rastreando el procesamiento de respuestas de CacheManager y la representación del archivo de respuesta mencionada en el issue. Determina cómo se pueden exponer conjuntamente las cabeceras y el cuerpo sin romper los llamadores existentes que solo usan el cuerpo. Se considera completado cuando los llamadores en iOS y Android pueden recuperar las cabeceras de respuesta, incluidos los metadatos de paginación, junto con el cuerpo almacenado en caché.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- dart, flutter
- Área
- mobile
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100