package KismetExternalHttp

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message HttpAuthToken

http.proto:15

Send a HTTP session auth token to the helper (Kismet->Helper) This lets the helper access administrative functions on the server without having to pass an actual login password

message HttpAuthTokenRequest

http.proto:8

Request an auth token be sent in a HttpAuthToken frame

(message has no fields)

message HttpRegisterUri

http.proto:23

Define an endpoint (Helper->Kismet) Registers a HTTP endpoint; requests to this endpoint will be sent to the helper via the HttpRequest message, which will, in turn, expect replies via the HttpResponse message.

message HttpRequest

http.proto:44

Handle an incoming HTTP request (Kismet->Helper)

message HttpRequestCancel

http.proto:56

Cancel an existing request (remote end went away)

message HttpResponse

http.proto:70

Respond to HTTP data (Helper->Kismet)

message SubHttpHeader

http.proto:62

Sub-block of headers to send with the first response

Used in: HttpResponse

message SubHttpVariableData

http.proto:36

Sub-block of HTTP data, per-field

Used in: HttpRequest