niddler_dart library

Classes

DebugRequest
DebugResponse
DefaultStackTraceSanitizer
Niddler
Heart of the consumer interface of niddler. Use this class to log custom requests and responses and to start and stop the server
NiddlerBuilder
Builder used to create niddler instances Uses the following defaults:
NiddlerDebugger
NiddlerMessageBase
Base for all niddler messages
NiddlerRequest
Implementation class for representing niddler requests (outgoing). This is not restricted to strictly HTTP requests
NiddlerResponse
Implementation class for representing niddler responses (incoming). This is not restricted to strictly HTTP responses
NiddlerServerInfo
Encapsulates some information about the niddler server instance. This is cosmetic information for the client
ReplayDebugger
Special NiddlerDebugger that replays a previously saved session (in HAR format). This can be used to create a very basic dummy service implementation.
StackTraceSanitizer

Properties

niddlerDebugPrint NiddlerDebugPrintCallback
Function used to print debug messages from niddler. Defaults to print
getter/setter pair
niddlerVerbosePrint NiddlerDebugPrintCallback
Function used to print verbose message from niddler. Defaults to no output
getter/setter pair

Typedefs

NiddlerDebugPrintCallback = void Function(String message, {int wrapWidth})
Typedef for debug print callbacks