Assume that the field that contains the data is called FullField. Then use the following code:
TruncatedField = left(FullField, len(FullField)-7)
Ideas: Its advisable to build this into a functon and add some additional logic and error handling in case the field is null, or in case it does not end in "HTTP1.1"
Hope this helps,
Steve