sipxtacklib  Version 3.3
Classes | Macros
HttpBody.h File Reference
#include <utl/UtlString.h>
#include <utl/UtlDList.h>
Include dependency graph for HttpBody.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HttpBody
 class to contain an HTTP body More...
 
class  HttpBodyMultipart
 

Macros

#define CONTENT_TYPE_TEXT_PLAIN   "text/plain"
 
#define CONTENT_TYPE_TEXT_HTML   "text/html"
 
#define CONTENT_SMIME_PKCS7   "application/pkcs7-mime"
 
#define CONTENT_TYPE_PIDF   "application/pidf+xml"
 
#define CONTENT_TYPE_MULTIPART   "multipart/"
 
#define CONTENT_TYPE_MULTIPART_RELATED   "multipart/related"
 
#define CONTENT_TYPE_CONTENT_INDIRECTION   "message/external-body"
 
#define DIALOG_EVENT_CONTENT_TYPE   "application/dialog-info+xml"
 
#define MULTIPART_BOUNDARY_PARAMETER   "boundary"
 
#define MAX_HTTP_BODY_PARTS   20
 

Macro Definition Documentation

#define CONTENT_TYPE_TEXT_PLAIN   "text/plain"
#define CONTENT_TYPE_TEXT_HTML   "text/html"
#define CONTENT_SMIME_PKCS7   "application/pkcs7-mime"
#define CONTENT_TYPE_PIDF   "application/pidf+xml"
#define CONTENT_TYPE_MULTIPART   "multipart/"
#define CONTENT_TYPE_MULTIPART_RELATED   "multipart/related"
#define CONTENT_TYPE_CONTENT_INDIRECTION   "message/external-body"
#define DIALOG_EVENT_CONTENT_TYPE   "application/dialog-info+xml"
#define MULTIPART_BOUNDARY_PARAMETER   "boundary"
#define MAX_HTTP_BODY_PARTS   20

sipXtackLib home page