django_socio_grpc.request_transformer.socio_internal_response

Module Contents

Classes

InternalHttpResponse

Class mocking django.http.HttpResponse to make some django behavior like middleware and cache still work.

API

class django_socio_grpc.request_transformer.socio_internal_response.InternalHttpResponse(content=b'', *args, **kwargs)

Bases: django.http.HttpResponse

Class mocking django.http.HttpResponse to make some django behavior like middleware and cache still work.

Initialization