Table Of Contents

Previous topic

blitz.web.api

This Page

blitz.web.http

http

class blitz.web.http.ConnectHandler(application, request, **kwargs)

Handles connection requests from the client and forwards the request on to the logger

get()

Toggles the TCP connection

class blitz.web.http.IndexHandler(application, request, **kwargs)

Handles requests to the main page, and shows the main data logger IO

class blitz.web.http.StartHandler(application, request, **kwargs)

Handles a start logging request from the client by forwarding the request to the server

get()

Attempts to start logging

class blitz.web.http.StopHandler(application, request, **kwargs)

Handles a stop logging request from the client by forwarding the request to the server

get()

Attempts to start logging