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

#include "llvm/Debuginfod/HTTPServer.h"

Collaboration diagram for llvm::HTTPResponse:
Collaboration graph
[legend]

Public Attributes

unsigned Code
 
const charContentType
 
StringRef Body
 

Detailed Description

Definition at line 58 of file HTTPServer.h.

Member Data Documentation

◆ Body

StringRef llvm::HTTPResponse::Body

Definition at line 61 of file HTTPServer.h.

◆ Code

unsigned llvm::HTTPResponse::Code

Definition at line 59 of file HTTPServer.h.

◆ ContentType

const char* llvm::HTTPResponse::ContentType

Definition at line 60 of file HTTPServer.h.


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