Download presentation
Presentation is loading. Please wait.
1
Web Server Design Assignment #5 Extra Credit
Old Dominion University Department of Computer Science CS 495/595 Spring 2009 Michael L. Nelson
2
In Addition to A5 5 points: Partial Gets
implement all aspects of Partial GETs (week 7 lecture) 5 points: Implement “100 Continue” response code see sections 8.2.3, , of RFC-2616 not implemented in Apache (as far as I can tell)
3
100 Continue PUT /~mln/cars/1966-Fairlane.txt Host: coolfords.org Date: Tue, 14 Apr :34:00 GMT Content-Type: text/plain Content-Length: 193 Connection: close ______________ // \\ // \\ | __ __ | |--/ \ / \---| \__/ \__/ HTTP Created Server: FordServer ETag: “XYZ” PUT /~mln/cars/1966-Fairlane.txt Host: coolfords.org Date: Tue, 14 Apr :34:00 GMT Content-Type: text/plain Content-Length: 193 Connection: close Expect: 100-Continue HTTP Continue ______________ // \\ // \\ | __ __ | |--/ \ / \---| \__/ \__/ HTTP Created Server: FordServer ETag: “XYZ” Possible response codes: 200, 201, 401, 403, 405, 411, 413, 414, 417 Applicable to any method in which the client sends an entity body to the server (i.e., POST, PUT) Ignore the header if not applicable to the method.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.