Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

Renamed HTTP exceptions and responses in Plain.

Exceptions include their status code: NotFoundError404, ForbiddenError403, BadRequestError400. They live in plain.http.exceptions now.

Response classes follow a consistent pattern: RedirectResponse, NotModifiedResponse, JsonResponse.