Skip to content

Make it possible to supply Content-Type parameters#56

Open
thekid wants to merge 1 commit into
masterfrom
feature/type-parameters
Open

Make it possible to supply Content-Type parameters#56
thekid wants to merge 1 commit into
masterfrom
feature/type-parameters

Conversation

@thekid

@thekid thekid commented Jun 12, 2026

Copy link
Copy Markdown
Member

Example:

   $view
     ->cache('public, max-age=3600')
-    ->type('application/atom+xml; charset=utf-8')
+    ->type('application/atom+xml', ['charset' => 'utf-8'])
   ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant