26// the request has been completed, and the client program should reset the document view that caused the request to be sent to allow the user to easily initiate another input action.
32// the requested resource has been assigned to a new permanent uri (uniform resource identifier), and any future references to this resource should be done using one of the returned uris.
36// the response to the request can be found under a different uri (uniform resource identifier) and should be retrieved using a get http verb on that resource.
72// the server is refusing to service the request because the request uri (uniform resource identifier) is longer than the server is willing to interpret.
74// the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
84// the server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.