ObjFW  Diff

Differences From Artifact [8168934e0a]:

To Artifact [7ada383252]:


1324
1325
1326
1327
1328
1329
1330







- (OFHTTPRequest*)HTTPRequest;

/**
 * \return The status code of the HTTP request
 */
- (short)statusCode;
@end














>
>
>
>
>
>
>
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
- (OFHTTPRequest*)HTTPRequest;

/**
 * \return The status code of the HTTP request
 */
- (short)statusCode;
@end

/**
 * \brief An exception indicating that data was truncated while it should not
 *	  have been truncated.
 */
@interface OFTruncatedDataException: OFException
@end