[Overview][Constants][Types][Classes] | Reference for unit 'lhttp' (#LNet) |
Source position: lhttp.pp line 41
type TLHTTPStatus = ( |
hsUnknown, |
hsOK, |
hsNoContent, |
hsMovedPermanently, |
hsFound, |
hsNotModified, |
hsBadRequest, |
hsForbidden, |
hsNotFound, |
hsPreconditionFailed, |
hsRequestTooLong, |
hsInternalError, |
hsNotImplemented, |
hsNotAllowed |
); |
No notes exist for this page yet.