Skip to content

iOS tool that helps with profiling HTTP message print in Xcode console.

Notifications You must be signed in to change notification settings

waynezxcv/LWHTTPProfiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LWHTTPProfiler v1.0.0

About

iOS tool that helps with profiling HTTP message print in Xcode console.

Usage

#ifdef DEBUG
//turn on
[LWHTTPProfiler setEnabled:YES];
#else
//turn off
[LWHTTPProfiler setEnabled:NO];
#endif

then,the http message log is printed automatically in the Xcode console like this

If you do not want to print a message you can disable him with URL

[LWHTTPProfiler setIgnoreArray:@[@"http://www.xxxxxx.xx"]];

License

LWHTTPProfiler is available under the MIT license. See the LICENSE file for more info.

About

iOS tool that helps with profiling HTTP message print in Xcode console.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published