• 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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • asi-http-request
  • Classes
  • Tests
  • ASIWebPageRequestTests.h
  • Ben Copsey's avatar
    ASIWebPageRequest: xmlSaveDoc() will preserve the response encoding, so stop set… · a73bed76 ...
    a73bed76 Browse File
    …ting it back to UTF-8
    Add tests for ASIWebPageRequest encoding
    Also, strip any gzip content-encoding header, since the parsed response will not be deflated (cache does this anyway, but we can't guarantee we'll have one)
    Ben Copsey authored 2011-01-06 15:17:04 +0000
ASIWebPageRequestTests.h 270 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  ASIWebPageRequestTests.h
//  Mac
//
//  Created by Ben Copsey on 06/01/2011.
//  Copyright 2011 All-Seeing Interactive. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "ASITestCase.h"

@interface ASIWebPageRequestTests : ASITestCase {

}

@end