LLVM 19.0.0git
Public Attributes | List of all members
llvm::HTTPResponse Struct Reference

#include "llvm/Debuginfod/HTTPServer.h"

Public Attributes

unsigned Code
 
const charContentType
 
StringRef Body
 

Detailed Description

Definition at line 68 of file HTTPServer.h.

Member Data Documentation

◆ Body

StringRef llvm::HTTPResponse::Body

Definition at line 71 of file HTTPServer.h.

◆ Code

unsigned llvm::HTTPResponse::Code

Definition at line 69 of file HTTPServer.h.

◆ ContentType

const char* llvm::HTTPResponse::ContentType

Definition at line 70 of file HTTPServer.h.


The documentation for this struct was generated from the following file: