Skip to content

Commit

Permalink
Add charset
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Mar 4, 2024
1 parent ec13a00 commit 74fcc2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Request/Content.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

/**
*
* This file is part of Aura for PHP.
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/

namespace Aura\Web\Request;

/**
Expand Down Expand Up @@ -71,6 +73,15 @@ class Content
*/
protected $raw;

/**
*
* The charset of the content.
*
* @var string
*
*/
protected $charset;

/**
*
* Constructor.
Expand Down

0 comments on commit 74fcc2f

Please sign in to comment.