Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
1b7f2489
Commit
1b7f2489
authored
Oct 11, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uppercased HTTP methods
parent
c5a65053
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
library/Solarium/Client/Request.php
library/Solarium/Client/Request.php
+10
-10
No files found.
library/Solarium/Client/Request.php
View file @
1b7f2489
...
@@ -48,17 +48,17 @@ class Solarium_Client_Request extends Solarium_Configurable
...
@@ -48,17 +48,17 @@ class Solarium_Client_Request extends Solarium_Configurable
/**
/**
* Request GET method
* Request GET method
*/
*/
const
METHOD_GET
=
'
get
'
;
const
METHOD_GET
=
'
GET
'
;
/**
/**
* Request POST method
* Request POST method
*/
*/
const
METHOD_POST
=
'
post
'
;
const
METHOD_POST
=
'
POST
'
;
/**
/**
* Request HEAD method
* Request HEAD method
*/
*/
const
METHOD_HEAD
=
'
head
'
;
const
METHOD_HEAD
=
'
HEAD
'
;
/**
/**
* Default options
* Default options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment