Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Frédéric VERGEZ
2011-10-08 00:55:31 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e7e10657213fe021dfea1537e67fc2ae17349a0
5e7e1065
1 parent
f1179537
Correct indent
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASIFormDataRequest.m
Classes/ASIFormDataRequest.m
View file @
5e7e106
...
...
@@ -49,7 +49,7 @@
self
=
[
super
initWithURL
:
newURL
];
[
self
setPostFormat
:
ASIURLEncodedPostFormat
];
[
self
setStringEncoding
:
NSUTF8StringEncoding
];
[
self
setRequestMethod
:
@"POST"
];
[
self
setRequestMethod
:
@"POST"
];
return
self
;
}
...
...
Please
register
or
login
to post a comment