fix superfluous \r\n after body

Fork of mbed-http by sandbox

Committer:
Jan Jongboom
Date:
Fri Jul 28 14:26:26 2017 +0200
Revision:
15:ffc77f212382
Add request parsing to prepare for HTTP server example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jan Jongboom 15:ffc77f212382 1 /*
Jan Jongboom 15:ffc77f212382 2 * PackageLicenseDeclared: Apache-2.0
Jan Jongboom 15:ffc77f212382 3 * Copyright (c) 2017 ARM Limited
Jan Jongboom 15:ffc77f212382 4 *
Jan Jongboom 15:ffc77f212382 5 * Licensed under the Apache License, Version 2.0 (the "License");
Jan Jongboom 15:ffc77f212382 6 * you may not use this file except in compliance with the License.
Jan Jongboom 15:ffc77f212382 7 * You may obtain a copy of the License at
Jan Jongboom 15:ffc77f212382 8 *
Jan Jongboom 15:ffc77f212382 9 * http://www.apache.org/licenses/LICENSE-2.0
Jan Jongboom 15:ffc77f212382 10 *
Jan Jongboom 15:ffc77f212382 11 * Unless required by applicable law or agreed to in writing, software
Jan Jongboom 15:ffc77f212382 12 * distributed under the License is distributed on an "AS IS" BASIS,
Jan Jongboom 15:ffc77f212382 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Jan Jongboom 15:ffc77f212382 14 * See the License for the specific language governing permissions and
Jan Jongboom 15:ffc77f212382 15 * limitations under the License.
Jan Jongboom 15:ffc77f212382 16 */
Jan Jongboom 15:ffc77f212382 17
Jan Jongboom 15:ffc77f212382 18 #ifndef _HTTP_SERVER_
Jan Jongboom 15:ffc77f212382 19 #define _HTTP_SERVER_
Jan Jongboom 15:ffc77f212382 20
Jan Jongboom 15:ffc77f212382 21
Jan Jongboom 15:ffc77f212382 22
Jan Jongboom 15:ffc77f212382 23 #endif // _HTTP_SERVER