django_socio_grpc.request_transformer.socio_internal_response

Module Contents

Classes

InternalHttpResponse

Class mocking django.http.HttpResponse to make some django behavior like middleware still work. TODO - AM - Inherit this directly from django.http.HttpResponse ?

API

class django_socio_grpc.request_transformer.socio_internal_response.InternalHttpResponse

Class mocking django.http.HttpResponse to make some django behavior like middleware still work. TODO - AM - Inherit this directly from django.http.HttpResponse ?

headers: Dict[str, str]

None

status_code: str

‘200’

has_header(header_name)